WorldWideScience

Sample records for upper triangular matrix

  1. Triangularization of a Matrix

    Indian Academy of Sciences (India)

    Much of linear algebra is devoted to reducing a matrix (via similarity or unitary similarity) to another that has lots of zeros. The simplest such theorem is the Schur triangularization theorem. This says that every matrix is unitarily similar to an upper triangular matrix. Our aim here is to show that though it is very easy to prove it ...

  2. On the perturbations of spectra of upper triangular operator matrices

    International Nuclear Information System (INIS)

    Barraa, Mohamed; Boumazgour, Mohamed

    2003-07-01

    In this paper we investigate perturbations of the left essential spectrum, right essential spectrum, essential spectrum and the regular spectrum of an upper triangular operator matrix such as M C - [A 11 C 12 O 21 B 22 ] acting on a Hilbert space H + K. (author)

  3. Redesigning Triangular Dense Matrix Computations on GPUs

    KAUST Repository

    Charara, Ali; Ltaief, Hatem; Keyes, David E.

    2016-01-01

    A new implementation of the triangular matrix-matrix multiplication (TRMM) and the triangular solve (TRSM) kernels are described on GPU hardware accelerators. Although part of the Level 3 BLAS family, these highly computationally intensive kernels

  4. Heredity for triangular operators

    Directory of Open Access Journals (Sweden)

    Henry Crawford Rhaly Jr.

    2013-12-01

    Full Text Available A proof is given that if the lower triangular infinite matrix $T$ acts boundedly on $\\ell^2$ and U is the unilateral shift, the sequence $(U^*^nTU^n$ inherits from $T$ the following properties: posinormality, dominance, $M$-hyponormality, hyponormality, normality, compactness, and noncompactness.  Also, it is demonstrated that the upper triangular matrix $T^*$ is dominant if and only if $T$ is a diagonal matrix.

  5. Linear Maps on Upper Triangular Matrices Spaces Preserving Idempotent Tensor Products

    Directory of Open Access Journals (Sweden)

    Li Yang

    2014-01-01

    Full Text Available Suppose m, n≥2 are positive integers. Let n be the space of all n×n complex upper triangular matrices, and let ϕ be an injective linear map on m⊗n. Then ϕ(A⊗B is an idempotent matrix in m⊗n whenever A⊗B is an idempotent matrix in m⊗n if and only if there exists an invertible matrix P∈m⊗n such that ϕ(A⊗B=P(ξ1(A⊗ξ2(BP-1,   ∀A∈m,   B∈n, or when m=n, ϕ(A⊗B=P(ξ1(B⊗ξ2(AP-1,   ∀A∈m,   B∈m, where ξ1([aij]=[aij] or ξ1([aij]=[am-i+1, m-j+1] and ξ2([bij]=[bij] or ξ2([bij]=[bn-i+1, n-j+1].

  6. Redesigning Triangular Dense Matrix Computations on GPUs

    KAUST Repository

    Charara, Ali

    2016-08-09

    A new implementation of the triangular matrix-matrix multiplication (TRMM) and the triangular solve (TRSM) kernels are described on GPU hardware accelerators. Although part of the Level 3 BLAS family, these highly computationally intensive kernels fail to achieve the percentage of the theoretical peak performance on GPUs that one would expect when running kernels with similar surface-to-volume ratio on hardware accelerators, i.e., the standard matrix-matrix multiplication (GEMM). The authors propose adopting a recursive formulation, which enriches the TRMM and TRSM inner structures with GEMM calls and, therefore, reduces memory traffic while increasing the level of concurrency. The new implementation enables efficient use of the GPU memory hierarchy and mitigates the latency overhead, to run at the speed of the higher cache levels. Performance comparisons show up to eightfold and twofold speedups for large dense matrix sizes, against the existing state-of-the-art TRMM and TRSM implementations from NVIDIA cuBLAS, respectively, across various GPU generations. Once integrated into high-level Cholesky-based dense linear algebra algorithms, the performance impact on the overall applications demonstrates up to fourfold and twofold speedups, against the equivalent native implementations, linked with cuBLAS TRMM and TRSM kernels, respectively. The new TRMM/TRSM kernel implementations are part of the open-source KBLAS software library (http://ecrc.kaust.edu.sa/Pages/Res-kblas.aspx) and are lined up for integration into the NVIDIA cuBLAS library in the upcoming v8.0 release.

  7. A framework for dense triangular matrix kernels on various manycore architectures

    KAUST Repository

    Charara, Ali

    2017-06-06

    We present a new high-performance framework for dense triangular Basic Linear Algebra Subroutines (BLAS) kernels, ie, triangular matrix-matrix multiplication (TRMM) and triangular solve (TRSM), on various manycore architectures. This is an extension of a previous work on a single GPU by the same authors, presented at the EuroPar\\'16 conference, in which we demonstrated the effectiveness of recursive formulations in enhancing the performance of these kernels. In this paper, the performance of triangular BLAS kernels on a single GPU is further enhanced by implementing customized in-place CUDA kernels for TRMM and TRSM, which are called at the bottom of the recursion. In addition, a multi-GPU implementation of TRMM and TRSM is proposed and we show an almost linear performance scaling, as the number of GPUs increases. Finally, the algorithmic recursive formulation of these triangular BLAS kernels is in fact oblivious to the targeted hardware architecture. We, therefore, port these recursive kernels to homogeneous x86 hardware architectures by relying on the vendor optimized BLAS implementations. Results reported on various hardware architectures highlight a significant performance improvement against state-of-the-art implementations. These new kernels are freely available in the KAUST BLAS (KBLAS) open-source library at https://github.com/ecrc/kblas.

  8. A framework for dense triangular matrix kernels on various manycore architectures

    KAUST Repository

    Charara, Ali; Keyes, David E.; Ltaief, Hatem

    2017-01-01

    We present a new high-performance framework for dense triangular Basic Linear Algebra Subroutines (BLAS) kernels, ie, triangular matrix-matrix multiplication (TRMM) and triangular solve (TRSM), on various manycore architectures. This is an extension of a previous work on a single GPU by the same authors, presented at the EuroPar'16 conference, in which we demonstrated the effectiveness of recursive formulations in enhancing the performance of these kernels. In this paper, the performance of triangular BLAS kernels on a single GPU is further enhanced by implementing customized in-place CUDA kernels for TRMM and TRSM, which are called at the bottom of the recursion. In addition, a multi-GPU implementation of TRMM and TRSM is proposed and we show an almost linear performance scaling, as the number of GPUs increases. Finally, the algorithmic recursive formulation of these triangular BLAS kernels is in fact oblivious to the targeted hardware architecture. We, therefore, port these recursive kernels to homogeneous x86 hardware architectures by relying on the vendor optimized BLAS implementations. Results reported on various hardware architectures highlight a significant performance improvement against state-of-the-art implementations. These new kernels are freely available in the KAUST BLAS (KBLAS) open-source library at https://github.com/ecrc/kblas.

  9. A Ranking Analysis/An Interlinking Approach of New Triangular Fuzzy Cognitive Maps and Combined Effective Time Dependent Matrix

    Science.gov (United States)

    Adiga, Shreemathi; Saraswathi, A.; Praveen Prakash, A.

    2018-04-01

    This paper aims an interlinking approach of new Triangular Fuzzy Cognitive Maps (TrFCM) and Combined Effective Time Dependent (CETD) matrix to find the ranking of the problems of Transgenders. Section one begins with an introduction that briefly describes the scope of Triangular Fuzzy Cognitive Maps (TrFCM) and CETD Matrix. Section two provides the process of causes of problems faced by Transgenders using Fuzzy Triangular Fuzzy Cognitive Maps (TrFCM) method and performs the calculations using the collected data among the Transgender. In Section 3, the reasons for the main causes for the problems of the Transgenders. Section 4 describes the Charles Spearmans coefficients of rank correlation method by interlinking of Triangular Fuzzy Cognitive Maps (TrFCM) Method and CETD Matrix. Section 5 shows the results based on our study.

  10. An algorithm for solving an arbitrary triangular fully fuzzy Sylvester matrix equations

    Science.gov (United States)

    Daud, Wan Suhana Wan; Ahmad, Nazihah; Malkawi, Ghassan

    2017-11-01

    Sylvester matrix equations played a prominent role in various areas including control theory. Considering to any un-certainty problems that can be occurred at any time, the Sylvester matrix equation has to be adapted to the fuzzy environment. Therefore, in this study, an algorithm for solving an arbitrary triangular fully fuzzy Sylvester matrix equation is constructed. The construction of the algorithm is based on the max-min arithmetic multiplication operation. Besides that, an associated arbitrary matrix equation is modified in obtaining the final solution. Finally, some numerical examples are presented to illustrate the proposed algorithm.

  11. Dependence of the L-Mode scrape-off layer power fall-off length on the upper triangularity in TCV

    Science.gov (United States)

    Faitsch, M.; Maurizio, R.; Gallo, A.; Coda, S.; Eich, T.; Labit, B.; Merle, A.; Reimerdes, H.; Sieglin, B.; Theiler, C.; the Eurofusion MST1 Team; the TCV Team

    2018-04-01

    This paper reports on experimental observations on TCV with a scan in upper triangularity {δ }up}, including negative triangularity, focusing on the power fall-off length {λ }{{q}} in L-Mode. The upper triangularity is scanned from -0.28 to 0.47. Smaller {λ }{{q}}out} is measured at the outer divertor target for decreasing {δ }up} together with higher edge temperature {T}{{e},{edge}} leading to increased confinement. This effect is observed for both magnetic drift directions for discharges in deuterium and helium. In helium larger {λ }{{q}} values are observed compared to deuterium. The power fall-off length at the inner divertor target {λ }{{q}}in} has a non-monotonic behaviour with changing triangularity. The largest values are around {δ }up}=0. The ratio {λ }{{q}}in}/{λ }{{q}}out} increases for decreasing {δ }up} for positive triangularity and is approximately constant for negative triangularity. {λ }{{q}}out} is compared to available scaling laws. Partial agreement is only observed for a scaling law containing a proxy for {T}{{e},{edge}} at ASDEX Upgrade (Sieglin 2016 Plasma Phys. Control. Fusion 58 055015). Extending this scaling to TCV and using {T}{{e},{edge}} at {ρ }pol}=0.95 suggests that {λ }{{q}}out} is independent of machine size {λ }{{q}}{{L} - {Mode}} ({mm}) = 165\\cdot {B}pol}{({{T}})}-0.66\\cdot A{({{u}})}-0.15\\cdot {T}{{e},{edge}}{({eV})}-0.93\\cdot R{({{m}})}-0.03. Possible explanations for smaller {λ }{{q}}out} for decreasing {δ }up} is a reduction in turbulence or a direct effect of increasing {T}{{e},{edge}}.

  12. A Lexicographic Method for Matrix Games with Payoffs of Triangular Intuitionistic Fuzzy Numbers

    Directory of Open Access Journals (Sweden)

    Jiang-Xia Nan

    2010-09-01

    Full Text Available The intuitionistic fuzzy set (IF-set has not been applied to matrix game problems yet since it was introduced by K.T.Atanassov. The aim of this paper is to develop a methodology for solving matrix games with payoffs of triangular intuitionistic fuzzy numbers (TIFNs. Firstly the concept of TIFNs and their arithmetic operations and cut sets are introduced as well as the ranking order relations. Secondly the concept of solutions for matrix games with payoffs of TIFNs is defined. A lexicographic methodology is developed to determine the solutions of matrix games with payoffs of TIFNs for both Players through solving a pair of bi-objective linear programming models derived from two new auxiliary intuitionistic fuzzy programming models. The proposed method is illustrated with a numerical example.

  13. On the Eigenvalues and Eigenvectors of Block Triangular Preconditioned Block Matrices

    KAUST Repository

    Pestana, Jennifer

    2014-01-01

    Block lower triangular matrices and block upper triangular matrices are popular preconditioners for 2×2 block matrices. In this note we show that a block lower triangular preconditioner gives the same spectrum as a block upper triangular preconditioner and that the eigenvectors of the two preconditioned matrices are related. © 2014 Society for Industrial and Applied Mathematics.

  14. Marginally Stable Triangular Recurrent Neural Network Architecture for Time Series Prediction.

    Science.gov (United States)

    Sivakumar, Seshadri; Sivakumar, Shyamala

    2017-09-25

    This paper introduces a discrete-time recurrent neural network architecture using triangular feedback weight matrices that allows a simplified approach to ensuring network and training stability. The triangular structure of the weight matrices is exploited to readily ensure that the eigenvalues of the feedback weight matrix represented by the block diagonal elements lie on the unit circle in the complex z-plane by updating these weights based on the differential of the angular error variable. Such placement of the eigenvalues together with the extended close interaction between state variables facilitated by the nondiagonal triangular elements, enhances the learning ability of the proposed architecture. Simulation results show that the proposed architecture is highly effective in time-series prediction tasks associated with nonlinear and chaotic dynamic systems with underlying oscillatory modes. This modular architecture with dual upper and lower triangular feedback weight matrices mimics fully recurrent network architectures, while maintaining learning stability with a simplified training process. While training, the block-diagonal weights (hence the eigenvalues) of the dual triangular matrices are constrained to the same values during weight updates aimed at minimizing the possibility of overfitting. The dual triangular architecture also exploits the benefit of parsing the input and selectively applying the parsed inputs to the two subnetworks to facilitate enhanced learning performance.

  15. Simultaneous triangularization

    CERN Document Server

    Radjavi, Heydar

    2000-01-01

    A collection of matrices is said to be triangularizable if there is an invertible matrix S such that S1 AS is upper triangular for every A in the collection. This generalization of commutativity is the subject of many classical theorems due to Engel, Kolchin, Kaplansky, McCoy and others. The concept has been extended to collections of bounded linear operators on Banach spaces: such a collection is defined to be triangularizable if there is a maximal chain of subspaces of the Banach space, each of which is invariant under every member of the collection. Most of the classical results have been generalized to compact operators, and there are also recent theorems in the finite-dimensional case. This book is the first comprehensive treatment of triangularizability in both the finite and infinite-dimensional cases. It contains numerous very recent results and new proofs of many of the classical theorems. It provides a thorough background for research in both the linear-algebraic and operator-theoretic aspects of tr...

  16. Transformation Matrix for Time Discretization Based on Tustin’s Method

    Directory of Open Access Journals (Sweden)

    Yiming Jiang

    2014-01-01

    Full Text Available This paper studies rules in transformation of transfer function through time discretization. A method of using transformation matrix to realize bilinear transform (also known as Tustin’s method is presented. This method can be described as the conversion between the coefficients of transfer functions, which are expressed as transform by certain matrix. For a polynomial of degree n, the corresponding transformation matrix of order n exists and is unique. Furthermore, the transformation matrix can be decomposed into an upper triangular matrix multiplied with another lower triangular matrix. And both have obvious regularity. The proposed method can achieve rapid bilinear transform used in automatic design of digital filter. The result of numerical simulation verifies the correctness of the theoretical results. Moreover, it also can be extended to other similar problems. Example in the last throws light on this point.

  17. Invariants of triangular Lie algebras

    International Nuclear Information System (INIS)

    Boyko, Vyacheslav; Patera, Jiri; Popovych, Roman

    2007-01-01

    Triangular Lie algebras are the Lie algebras which can be faithfully represented by triangular matrices of any finite size over the real/complex number field. In the paper invariants ('generalized Casimir operators') are found for three classes of Lie algebras, namely those which are either strictly or non-strictly triangular, and for so-called special upper triangular Lie algebras. Algebraic algorithm of Boyko et al (2006 J. Phys. A: Math. Gen.39 5749 (Preprint math-ph/0602046)), developed further in Boyko et al (2007 J. Phys. A: Math. Theor.40 113 (Preprint math-ph/0606045)), is used to determine the invariants. A conjecture of Tremblay and Winternitz (2001 J. Phys. A: Math. Gen.34 9085), concerning the number of independent invariants and their form, is corroborated

  18. Subspace-Based Noise Reduction for Speech Signals via Diagonal and Triangular Matrix Decompositions

    DEFF Research Database (Denmark)

    Hansen, Per Christian; Jensen, Søren Holdt

    We survey the definitions and use of rank-revealing matrix decompositions in single-channel noise reduction algorithms for speech signals. Our algorithms are based on the rank-reduction paradigm and, in particular, signal subspace techniques. The focus is on practical working algorithms, using both...... diagonal (eigenvalue and singular value) decompositions and rank-revealing triangular decompositions (ULV, URV, VSV, ULLV and ULLIV). In addition we show how the subspace-based algorithms can be evaluated and compared by means of simple FIR filter interpretations. The algorithms are illustrated...... with working Matlab code and applications in speech processing....

  19. Inequalities Involving Upper Bounds for Certain Matrix Operators

    Indian Academy of Sciences (India)

    Home; Journals; Proceedings – Mathematical Sciences; Volume 116; Issue 3. Inequalities Involving Upper Bounds for Certain Matrix Operators. R Lashkaripour D Foroutannia. Volume ... Keywords. Inequality; norm; summability matrix; Hausdorff matrix; Hilbert matrix; weighted sequence space; Lorentz sequence space.

  20. Batched Triangular Dense Linear Algebra Kernels for Very Small Matrix Sizes on GPUs

    KAUST Repository

    Charara, Ali; Keyes, David E.; Ltaief, Hatem

    2017-01-01

    Batched dense linear algebra kernels are becoming ubiquitous in scientific applications, ranging from tensor contractions in deep learning to data compression in hierarchical low-rank matrix approximation. Within a single API call, these kernels are capable of simultaneously launching up to thousands of similar matrix computations, removing the expensive overhead of multiple API calls while increasing the occupancy of the underlying hardware. A challenge is that for the existing hardware landscape (x86, GPUs, etc.), only a subset of the required batched operations is implemented by the vendors, with limited support for very small problem sizes. We describe the design and performance of a new class of batched triangular dense linear algebra kernels on very small data sizes using single and multiple GPUs. By deploying two-sided recursive formulations, stressing the register usage, maintaining data locality, reducing threads synchronization and fusing successive kernel calls, the new batched kernels outperform existing state-of-the-art implementations.

  1. Batched Triangular Dense Linear Algebra Kernels for Very Small Matrix Sizes on GPUs

    KAUST Repository

    Charara, Ali

    2017-03-06

    Batched dense linear algebra kernels are becoming ubiquitous in scientific applications, ranging from tensor contractions in deep learning to data compression in hierarchical low-rank matrix approximation. Within a single API call, these kernels are capable of simultaneously launching up to thousands of similar matrix computations, removing the expensive overhead of multiple API calls while increasing the occupancy of the underlying hardware. A challenge is that for the existing hardware landscape (x86, GPUs, etc.), only a subset of the required batched operations is implemented by the vendors, with limited support for very small problem sizes. We describe the design and performance of a new class of batched triangular dense linear algebra kernels on very small data sizes using single and multiple GPUs. By deploying two-sided recursive formulations, stressing the register usage, maintaining data locality, reducing threads synchronization and fusing successive kernel calls, the new batched kernels outperform existing state-of-the-art implementations.

  2. Block-triangular preconditioners for PDE-constrained optimization

    KAUST Repository

    Rees, Tyrone

    2010-11-26

    In this paper we investigate the possibility of using a block-triangular preconditioner for saddle point problems arising in PDE-constrained optimization. In particular, we focus on a conjugate gradient-type method introduced by Bramble and Pasciak that uses self-adjointness of the preconditioned system in a non-standard inner product. We show when the Chebyshev semi-iteration is used as a preconditioner for the relevant matrix blocks involving the finite element mass matrix that the main drawback of the Bramble-Pasciak method-the appropriate scaling of the preconditioners-is easily overcome. We present an eigenvalue analysis for the block-triangular preconditioners that gives convergence bounds in the non-standard inner product and illustrates their competitiveness on a number of computed examples. Copyright © 2010 John Wiley & Sons, Ltd.

  3. Block-triangular preconditioners for PDE-constrained optimization

    KAUST Repository

    Rees, Tyrone; Stoll, Martin

    2010-01-01

    In this paper we investigate the possibility of using a block-triangular preconditioner for saddle point problems arising in PDE-constrained optimization. In particular, we focus on a conjugate gradient-type method introduced by Bramble and Pasciak that uses self-adjointness of the preconditioned system in a non-standard inner product. We show when the Chebyshev semi-iteration is used as a preconditioner for the relevant matrix blocks involving the finite element mass matrix that the main drawback of the Bramble-Pasciak method-the appropriate scaling of the preconditioners-is easily overcome. We present an eigenvalue analysis for the block-triangular preconditioners that gives convergence bounds in the non-standard inner product and illustrates their competitiveness on a number of computed examples. Copyright © 2010 John Wiley & Sons, Ltd.

  4. Algebraic Bethe ansatz for the XXX chain with triangular boundaries and Gaudin model

    Energy Technology Data Exchange (ETDEWEB)

    Cirilo António, N., E-mail: nantonio@math.ist.utl.pt [Centro de Análise Funcional e Aplicações, Instituto Superior Técnico, Universidade de Lisboa, Av. Rovisco Pais, 1049-001 Lisboa (Portugal); Manojlović, N., E-mail: nmanoj@ualg.pt [Grupo de Física Matemática da Universidade de Lisboa, Av. Prof. Gama Pinto 2, PT-1649-003 Lisboa (Portugal); Departamento de Matemática, F.C.T., Universidade do Algarve, Campus de Gambelas, PT-8005-139 Faro (Portugal); Salom, I., E-mail: isalom@ipb.ac.rs [Institute of Physics, University of Belgrade, P.O. Box 57, 11080 Belgrade (Serbia)

    2014-12-15

    We implement fully the algebraic Bethe ansatz for the XXX Heisenberg spin chain in the case when both boundary matrices can be brought to the upper-triangular form. We define the Bethe vectors which yield the strikingly simple expression for the off shell action of the transfer matrix, deriving the spectrum and the relevant Bethe equations. We explore further these results by obtaining the off shell action of the generating function of the Gaudin Hamiltonians on the corresponding Bethe vectors through the so-called quasi-classical limit. Moreover, this action is as simple as it could possibly be, yielding the spectrum and the Bethe equations of the Gaudin model.

  5. Algebraic Bethe ansatz for the XXX chain with triangular boundaries and Gaudin model

    Science.gov (United States)

    Cirilo António, N.; Manojlović, N.; Salom, I.

    2014-12-01

    We implement fully the algebraic Bethe ansatz for the XXX Heisenberg spin chain in the case when both boundary matrices can be brought to the upper-triangular form. We define the Bethe vectors which yield the strikingly simple expression for the off shell action of the transfer matrix, deriving the spectrum and the relevant Bethe equations. We explore further these results by obtaining the off shell action of the generating function of the Gaudin Hamiltonians on the corresponding Bethe vectors through the so-called quasi-classical limit. Moreover, this action is as simple as it could possibly be, yielding the spectrum and the Bethe equations of the Gaudin model.

  6. Lie bialgebras with triangular decomposition

    International Nuclear Information System (INIS)

    Andruskiewitsch, N.; Levstein, F.

    1992-06-01

    Lie bialgebras originated in a triangular decomposition of the underlying Lie algebra are discussed. The explicit formulas for the quantization of the Heisenberg Lie algebra and some motion Lie algebras are given, as well as the algebra of rational functions on the quantum Heisenberg group and the formula for the universal R-matrix. (author). 17 refs

  7. Algebraic Bethe ansatz for the XXZ Heisenberg spin chain with triangular boundaries and the corresponding Gaudin model

    Science.gov (United States)

    Manojlović, N.; Salom, I.

    2017-10-01

    The implementation of the algebraic Bethe ansatz for the XXZ Heisenberg spin chain in the case, when both reflection matrices have the upper-triangular form is analyzed. The general form of the Bethe vectors is studied. In the particular form, Bethe vectors admit the recurrent procedure, with an appropriate modification, used previously in the case of the XXX Heisenberg chain. As expected, these Bethe vectors yield the strikingly simple expression for the off-shell action of the transfer matrix of the chain as well as the spectrum of the transfer matrix and the corresponding Bethe equations. As in the XXX case, the so-called quasi-classical limit gives the off-shell action of the generating function of the corresponding trigonometric Gaudin Hamiltonians with boundary terms.

  8. Algebraic Bethe ansatz for the XXZ Heisenberg spin chain with triangular boundaries and the corresponding Gaudin model

    International Nuclear Information System (INIS)

    Manojlović, N.; Salom, I.

    2017-01-01

    The implementation of the algebraic Bethe ansatz for the XXZ Heisenberg spin chain in the case, when both reflection matrices have the upper-triangular form is analyzed. The general form of the Bethe vectors is studied. In the particular form, Bethe vectors admit the recurrent procedure, with an appropriate modification, used previously in the case of the XXX Heisenberg chain. As expected, these Bethe vectors yield the strikingly simple expression for the off-shell action of the transfer matrix of the chain as well as the spectrum of the transfer matrix and the corresponding Bethe equations. As in the XXX case, the so-called quasi-classical limit gives the off-shell action of the generating function of the corresponding trigonometric Gaudin Hamiltonians with boundary terms.

  9. Completeness of the System of Root Vectors of 2 × 2 Upper Triangular Infinite-Dimensional Hamiltonian Operators in Symplectic Spaces and Applications

    Institute of Scientific and Technical Information of China (English)

    Hua WANG; ALATANCANG; Junjie HUANG

    2011-01-01

    The authors investigate the completeness of the system of eigen or root vectors of the 2 x 2 upper triangular infinite-dimensional Hamiltonian operator H0.First,the geometrical multiplicity and the algebraic index of the eigenvalue of H0 are considered.Next,some necessary and sufficient conditions for the completeness of the system of eigen or root vectors of H0 are obtained. Finally,the obtained results are tested in several examples.

  10. Algebraic Bethe ansatz for the XXZ Heisenberg spin chain with triangular boundaries and the corresponding Gaudin model

    Directory of Open Access Journals (Sweden)

    N. Manojlović

    2017-10-01

    Full Text Available The implementation of the algebraic Bethe ansatz for the XXZ Heisenberg spin chain in the case, when both reflection matrices have the upper-triangular form is analyzed. The general form of the Bethe vectors is studied. In the particular form, Bethe vectors admit the recurrent procedure, with an appropriate modification, used previously in the case of the XXX Heisenberg chain. As expected, these Bethe vectors yield the strikingly simple expression for the off-shell action of the transfer matrix of the chain as well as the spectrum of the transfer matrix and the corresponding Bethe equations. As in the XXX case, the so-called quasi-classical limit gives the off-shell action of the generating function of the corresponding trigonometric Gaudin Hamiltonians with boundary terms.

  11. Calculation of the Cholesky factor directly from the stiffness matrix of the structural element

    International Nuclear Information System (INIS)

    Prates, C.L.M.; Soriano, H.L.

    1978-01-01

    The analysis of the structures of nuclear power plants requires the evaluation of the internal forces. This is attained by the solution of a system of equations. This solution takes most of the computing time and memory. One of the ways it can be achieved is based on the Cholesky factor. The structural matrix of the coeficients is transformed into an upper triangular matrix by the Cholesky decomposition. Cholesky factor can be obtained directly from the stiffness matrix of the structural element. The result can thus be obtained in a more precise and quick way. (Author)

  12. Block spins and chirality in Heisenberg model on Kagome and triangular lattices

    International Nuclear Information System (INIS)

    Subrahmanyam, V.

    1994-01-01

    The spin-1/2 Heisenberg model (HM) is investigated using a block-spin renormalization approach on Kagome and triangular lattices. In both cases, after coarse graining the triangles on original lattice and truncation of the Hilbert space to the triangular ground state subspace, HM reduces to an effective model on a triangular lattice in terms of the triangular-block degrees of freedom viz. the spin and the chirality quantum numbers. The chirality part of the effective Hamiltonian captures the essential difference between the two lattices. It is seen that simple eigenstates can be constructed for the effective model whose energies serve as upper bounds on the exact ground state energy of HM, and chiral ordered variational states have high energies compared to the other variational states. (author). 12 refs, 2 figs

  13. Triangular M/G/1-type and tree-like QBD Markov chains

    NARCIS (Netherlands)

    Van Houdt, B.; Leeuwaarden, van J.S.H.

    2009-01-01

    In applying matrix-analytic methods to M/G/1-type and tree-like QBD Markov chains, it is crucial to determine the solution to a (set of) nonlinear matrix equation(s). This is usually done via iterative methods. We consider the highly structured subclass of triangular M/G/1-type and tree-like QBD

  14. Procrustes Problems for General, Triangular, and Symmetric Toeplitz Matrices

    Directory of Open Access Journals (Sweden)

    Juan Yang

    2013-01-01

    Full Text Available The Toeplitz Procrustes problems are the least squares problems for the matrix equation AX=B over some Toeplitz matrix sets. In this paper the necessary and sufficient conditions are obtained about the existence and uniqueness for the solutions of the Toeplitz Procrustes problems when the unknown matrices are constrained to the general, the triangular, and the symmetric Toeplitz matrices, respectively. The algorithms are designed and the numerical examples show that these algorithms are feasible.

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

    International Nuclear Information System (INIS)

    Dongarra, J.J.

    1982-01-01

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

  16. Triangular Numbers

    Indian Academy of Sciences (India)

    Admin

    Triangular number, figurate num- ber, rangoli, Brahmagupta–Pell equation, Jacobi triple product identity. Figure 1. The first four triangular numbers. Left: Anuradha S Garge completed her PhD from. Pune University in 2008 under the supervision of Prof. S A Katre. Her research interests include K-theory and number theory.

  17. Triangular spiral tilings

    International Nuclear Information System (INIS)

    Sushida, Takamichi; Hizume, Akio; Yamagishi, Yoshikazu

    2012-01-01

    The topology of spiral tilings is intimately related to phyllotaxis theory and continued fractions. A quadrilateral spiral tiling is determined by a suitable chosen triple (ζ, m, n), where ζ element of D/R, and m and n are relatively prime integers. We give a simple characterization when (ζ, m, n) produce a triangular spiral tiling. When m and n are fixed, the admissible generators ζ form a curve in the unit disk. The family of triangular spiral tilings with opposed parastichy pairs (m, n) is parameterized by the divergence angle arg (ζ), while triangular spiral tilings with non-opposed parastichy pairs are parameterized by the plastochrone ratio 1/|ζ|. The generators for triangular spiral tilings with opposed parastichy pairs are not dense in the complex parameter space, while those with non-opposed parastichy pairs are dense. The proofs will be given in a general setting of spiral multiple tilings. We present paper-folding (origami) sheets that build spiral towers whose top-down views are triangular tilings. (paper)

  18. Comparative analysis of triangular rigid zone models in the mechanical study of drawing processes by upper bound; Analisis compartivo de modelos de bloques rigidos triangulares en el estudio mecanico de procesos de estirado por limite superior

    Energy Technology Data Exchange (ETDEWEB)

    Rubio, E. M.; Domingo, R.; Gonzalez, C.; Sanz, A.

    2004-07-01

    To study the optimised geometrical configuration to carry out mechanical drawing of plates is the main objective of this paper. To accomplish this objective, a comparative analysis of some suitable geometrical and kinematic configurations of the material located in the deformation zone has been made. Concretely, several triangular rigid zone models have been chosen, for each one, the overall energy involved in the process have been calculated and an estimation of its different components has been made. The calculation of the energy has been achieved applying the Upper Bound Theorem under plane strain and partial friction conditions. In addition, the range of use for the selected configurations has been established. (Author) 19 refs.

  19. On some labelings of triangular snake and central graph of triangular snake graph

    Science.gov (United States)

    Agasthi, P.; Parvathi, N.

    2018-04-01

    A Triangular snake Tn is obtained from a path u 1 u 2 … u n by joining ui and u i+1 to a new vertex wi for 1≤i≤n‑1. A Central graph of Triangular snake C(T n ) is obtained by subdividing each edge of Tn exactly once and joining all the non adjacent vertices of Tn . In this paper the ways to construct square sum, square difference, Root Mean square, strongly Multiplicative, Even Mean and Odd Mean labeling for Triangular Snake and Central graph of Triangular Snake graphs are reported.

  20. Using Chebyshev polynomials and approximate inverse triangular factorizations for preconditioning the conjugate gradient method

    Science.gov (United States)

    Kaporin, I. E.

    2012-02-01

    In order to precondition a sparse symmetric positive definite matrix, its approximate inverse is examined, which is represented as the product of two sparse mutually adjoint triangular matrices. In this way, the solution of the corresponding system of linear algebraic equations (SLAE) by applying the preconditioned conjugate gradient method (CGM) is reduced to performing only elementary vector operations and calculating sparse matrix-vector products. A method for constructing the above preconditioner is described and analyzed. The triangular factor has a fixed sparsity pattern and is optimal in the sense that the preconditioned matrix has a minimum K-condition number. The use of polynomial preconditioning based on Chebyshev polynomials makes it possible to considerably reduce the amount of scalar product operations (at the cost of an insignificant increase in the total number of arithmetic operations). The possibility of an efficient massively parallel implementation of the resulting method for solving SLAEs is discussed. For a sequential version of this method, the results obtained by solving 56 test problems from the Florida sparse matrix collection (which are large-scale and ill-conditioned) are presented. These results show that the method is highly reliable and has low computational costs.

  1. The Hill-determinant perturbation theory with triangular propagators

    International Nuclear Information System (INIS)

    Znojil, M.

    1996-01-01

    A new version of the Rayleigh-Schroedinger perturbation prescription is proposed. Its main formal feature lies in an unusual choice of the model space and unperturbed H 0 and in a resulting lower-triangular matrix structure of its propagators. Within the framework of the so-called Hill-determinant method, an admissibility of any incompletely solvable zero-order Hamiltonian is achieved in this way. As a consequence, the range of practical applicability of our new perturbative formalism may be expected to incorporate many new phenomenological interactions with a strongly anharmonic character. 18 refs

  2. Impartial Triangular Chocolate Bar Games

    OpenAIRE

    Miyadera, Ryohei; Nakamura, Shunsuke; Fukui, Masanori

    2017-01-01

    Chocolate bar games are variants of the game of Nim in which the goal is to leave your opponent with the single bitter part of the chocolate bar. The rectangular chocolate bar game is a thinly disguised form of classical multi-heap Nim. In this work, we investigate the mathematical structure of triangular chocolate bar games in which the triangular chocolate bar can be cut in three directions. In the triangular chocolate bar game, a position is a $\\mathcal{P}$-position if and only if $x \\oplu...

  3. Triangular arbitrage in the foreign exchange market

    Science.gov (United States)

    Aiba, Yukihiro; Hatano, Naomichi

    2004-12-01

    We first review our previous work, showing what is the triangular arbitrage transaction and how to quantify the triangular arbitrage opportunity. Next we explain that the correlation of the foreign exchange rates can appear without actual triangular arbitrage transaction.

  4. Triangular fibrocartilage complex injury treated with prolotherapy

    Directory of Open Access Journals (Sweden)

    Serdar Kesikburun

    2016-06-01

    Full Text Available Triangular fibrocartilage complex has a crucial role in stability and functionality of the wrist. Traumatic or degenerative injury of the triangular fibrocartilage complex is a common cause of ulnar side wrist pain. Arthroscopic treatment has been offered in chronic triangular fibrocartilage complex injury. A 19-year old male patient presented with pain at ulnar side of the wrist. He was diagnosed as having triangular fibrocartilage complex injury after assessment with MR imaging. The patients who did not benefit from drugs underwent prolotherapy three times. After treatment, he had pain relief and reported that he could use his wrist better. In this case, triangular fibrocartilage complex injury improved with prolotherapy and arthroscopic treatment was not required. Further clinical trials are needed to show better the role of prolotherapy in the treatment of triangular fibrocartilage complex injury. [Cukurova Med J 2016; 41(2.000: 403-405

  5. Explicit formulation of an anisotropic Allman/DKT 3-node thin triangular flat shell elements

    Science.gov (United States)

    Ertas, A.; Krafcik, J. T.; Ekwaro-Osire, S.

    A simple, explicit formulation of the stiffness matrix for an anisotropic, 3-node, thin triangular, flat shell element in global coordinates is presented. An Allman triangle is used for membrane stiffness. The membrane stiffness matrix is explicitly derived by applying an Allman transformation to a Felippa 6-node linear strain triangle (LST). Bending stiffness is incorporated by the use of a discrete Kirchhoff triangle (DKT) bending triangle. Stiffness terms resulting from anisotropic membrane-bending coupling are included by integrating, in area coordinates, membrane and bending strain-displacement matrices.

  6. Distributional chaos for triangular maps

    International Nuclear Information System (INIS)

    Smital, Jaroslav; Stefankova, Marta

    2004-01-01

    In this paper we exhibit a triangular map F of the square with the following properties: (i) F is of type 2 ∞ but has positive topological entropy; we recall that similar example was given by Kolyada in 1992, but our argument is much simpler. (ii) F is distributionally chaotic in the wider sense, but not distributionally chaotic in the sense introduced by Schweizer and Smital [Trans. Amer. Math. Soc. 344 (1994) 737]. In other words, there are lower and upper distribution functions PHI xy and PHI xy * generated by F such that PHI xy * ≡1 and PHI xy (0 + ) uv , and PHI uv * such that PHI uv * ≡1 and PHI uv (t)=0 whenever 0 0. We also show that the two notions of distributional chaos used in the paper, for continuous maps of a compact metric space, are invariants of topological conjugacy

  7. Solution of the neutron diffusion equation at two groups of energy by method of triangular finite elements

    International Nuclear Information System (INIS)

    Correia Filho, A.

    1981-04-01

    The Neutron Diffusion Equation at two groups of energy is solved with the use of the Finite - Element Method with first order triangular elements. The program EFTDN (Triangular Finite Elements on Neutron Diffusion) was developed using the language FORTRAN IV. The discrete formulation of the Diffusion Equation is obtained with the application of the Galerkin's Method. In order to solve the eigenvalue - problem, the Method of the Power is applied and, with the purpose of the convergence of the results, Chebshev's polynomial expressions are applied. On the solution of the systems of equations Gauss' Method is applied, divided in two different parts: triangularization of the matrix of coeficients and retrosubstitution taking in account the sparsity of the system. Several test - problems are solved, among then two P.W.R. type reactors, the ZION-1 with 1300 MWe and the 2D-IAEA - Benchmark. Comparision of results with standard solutions show the validity of application of the EFM and precision of the results. (Author) [pt

  8. New similarity of triangular fuzzy number and its application.

    Science.gov (United States)

    Zhang, Xixiang; Ma, Weimin; Chen, Liping

    2014-01-01

    The similarity of triangular fuzzy numbers is an important metric for application of it. There exist several approaches to measure similarity of triangular fuzzy numbers. However, some of them are opt to be large. To make the similarity well distributed, a new method SIAM (Shape's Indifferent Area and Midpoint) to measure triangular fuzzy number is put forward, which takes the shape's indifferent area and midpoint of two triangular fuzzy numbers into consideration. Comparison with other similarity measurements shows the effectiveness of the proposed method. Then, it is applied to collaborative filtering recommendation to measure users' similarity. A collaborative filtering case is used to illustrate users' similarity based on cloud model and triangular fuzzy number; the result indicates that users' similarity based on triangular fuzzy number can obtain better discrimination. Finally, a simulated collaborative filtering recommendation system is developed which uses cloud model and triangular fuzzy number to express users' comprehensive evaluation on items, and result shows that the accuracy of collaborative filtering recommendation based on triangular fuzzy number is higher.

  9. Global robust stability of delayed neural networks: Estimating upper limit of norm of delayed connection weight matrix

    International Nuclear Information System (INIS)

    Singh, Vimal

    2007-01-01

    The question of estimating the upper limit of -parallel B -parallel 2 , which is a key step in some recently reported global robust stability criteria for delayed neural networks, is revisited ( B denotes the delayed connection weight matrix). Recently, Cao, Huang, and Qu have given an estimate of the upper limit of -parallel B -parallel 2 . In the present paper, an alternative estimate of the upper limit of -parallel B -parallel 2 is highlighted. It is shown that the alternative estimate may yield some new global robust stability results

  10. A New Triangular Hybrid Displacement Function Element for Static and Free Vibration Analyses of Mindlin-Reissner Plate

    Directory of Open Access Journals (Sweden)

    Jun-Bin Huang

    Full Text Available Abstract A new 3-node triangular hybrid displacement function Mindlin-Reissner plate element is developed. Firstly, the modified variational functional of complementary energy for Mindlin-Reissner plate, which is eventually expressed by a so-called displacement function F, is proposed. Secondly, the locking-free formulae of Timoshenko’s beam theory are chosen as the deflection, rotation, and shear strain along each element boundary. Thirdly, seven fundamental analytical solutions of the displacement function F are selected as the trial functions for the assumed resultant fields, so that the assumed resultant fields satisfy all governing equations in advance. Finally, the element stiffness matrix of the new element, denoted by HDF-P3-7β, is derived from the modified principle of complementary energy. Together with the diagonal inertia matrix of the 3-node triangular isoparametric element, the proposed element is also successfully generalized to the free vibration problems. Numerical results show that the proposed element exhibits overall remarkable performance in all benchmark problems, especially in the free vibration analyses.

  11. Strange distributionally chaotic triangular maps

    International Nuclear Information System (INIS)

    Paganoni, L.; Smital, J.

    2005-01-01

    The notion of distributional chaos was introduced by Schweizer, Smital [Measures of chaos and a spectral decompostion of dynamical systems on the interval. Trans. Amer. Math. Soc. 344;1994:737-854] for continuous maps of the interval. For continuous maps of a compact metric space three mutually nonequivalent versions of distributional chaos, DC1-DC3, can be considered. In this paper we study distributional chaos in the class T m of triangular maps of the square which are monotone on the fibres; such maps must have zero topological entropy. The main results: (i) There is an F-bar T m such that F-bar DC2 and F vertical bar Rec(F)-bar DC3. (ii) If no ω-limit set of an F-bar T m contains two minimal subsets then F-bar DC1. This completes recent results obtained by Forti et al. [Dynamics of homeomorphisms on minimal sets generated by triangular mappings. Bull Austral Math Soc 59;1999:1-20], Smital, Stefankova [Distributional chaos for triangular maps, Chaos, Solitons and Fractals 21;2004:1125-8], and Balibrea et al. [The three versions of distributional chaos. Chaos, Solitons and Fractals 23;2005:1581-3]. The paper contributes to the solution of a long-standing open problem by Sharkovsky concerning classification of triangular maps

  12. The problem 7 forming triangular geometric line field

    Directory of Open Access Journals (Sweden)

    Travush Vladimir Iljich

    2016-01-01

    Full Text Available Investigated a method of formation of triangular networks in the field. Delivered conditions the problem of locating a triangular network in the area. The criterion for assessing the effectiveness of the solution of the problem is the minimum number of sizes of the dome elements, the possibility of pre-assembly and pre-stressing. The solution of the problem of one embodiment of a triangular network of accommodation in a compatible spherical triangle and, accordingly, on the sphere. Optimization of triangular geometric network on a sphere on the criterion of minimum sizes of elements can be solved by placing the system in an irregular hexagon inscribed in a circle of minimal size, maximum regular hexagons.

  13. Problems on triangular norms and related operators

    Czech Academy of Sciences Publication Activity Database

    Klement, E.P.; Mesiar, Radko; Pap, E.

    2004-01-01

    Roč. 23, č. 145 (2004), s. 471-479 ISSN 0165-0114 R&D Projects: GA ČR GA402/04/1026 Institutional research plan: CEZ:AV0Z1075907 Keywords : triangular norm * triangular conorm * aggregation operator Subject RIV: BA - General Mathematics Impact factor: 0.734, year: 2004

  14. Oncoplastic Surgery for Upper/Upper Inner Quadrant Breast Cancer.

    Science.gov (United States)

    Lin, Joseph; Chen, Dar-Ren; Wang, Yu-Fen; Lai, Hung-Wen

    2016-01-01

    Tumors located in the upper/upper inner quadrant of the breast warrant more attention. A small lesion relative to the size of breast in this location may be resolved by performing a level I oncoplastic technique. However, a wide excision may significantly reduce the overall quality of the breast shape by distorting the visible breast line. From June 2012 to April 2015, 36 patients with breast cancer located in the upper/upper inner quadrant underwent breast-conservation surgery with matrix rotation mammoplasty. According to the size and location of the tumor relative to the nipple-areola complex, 11 patients underwent matrix rotation with periareolar de-epithelialization (donut group) and the other 25 underwent matrix rotation only (non-donut group). The cosmetic results were self-assessed by questionnaires. The average weights of the excised breast lumps in the donut and non-donut groups were 104.1 and 84.5 g, respectively. During the 3-year follow-up period, local recurrence was observed in one case and was managed with nipple-sparing mastectomy followed by breast reconstruction with prosthetic implants. In total, 31 patients (88.6%) ranked their postoperative result as either acceptable or satisfactory. The treated breasts were also self-evaluated by 27 patients (77.1%) to be nearly identical to or just slightly different from the untreated side. Matrix rotation is an easy breast-preserving technique for treating breast cancer located in the upper/upper inner quadrant of the breast that requires a relatively wide excision. With this technique, a larger breast tumor could be removed without compromising the breast appearance.

  15. High performance matrix inversion based on LU factorization for multicore architectures

    KAUST Repository

    Dongarra, Jack

    2011-01-01

    The goal of this paper is to present an efficient implementation of an explicit matrix inversion of general square matrices on multicore computer architecture. The inversion procedure is split into four steps: 1) computing the LU factorization, 2) inverting the upper triangular U factor, 3) solving a linear system, whose solution yields inverse of the original matrix and 4) applying backward column pivoting on the inverted matrix. Using a tile data layout, which represents the matrix in the system memory with an optimized cache-aware format, the computation of the four steps is decomposed into computational tasks. A directed acyclic graph is generated on the fly which represents the program data flow. Its nodes represent tasks and edges the data dependencies between them. Previous implementations of matrix inversions, available in the state-of-the-art numerical libraries, are suffer from unnecessary synchronization points, which are non-existent in our implementation in order to fully exploit the parallelism of the underlying hardware. Our algorithmic approach allows to remove these bottlenecks and to execute the tasks with loose synchronization. A runtime environment system called QUARK is necessary to dynamically schedule our numerical kernels on the available processing units. The reported results from our LU-based matrix inversion implementation significantly outperform the state-of-the-art numerical libraries such as LAPACK (5x), MKL (5x) and ScaLAPACK (2.5x) on a contemporary AMD platform with four sockets and the total of 48 cores for a matrix of size 24000. A power consumption analysis shows that our high performance implementation is also energy efficient and substantially consumes less power than its competitors. © 2011 ACM.

  16. Triangularity effects on the collisional diffusion for elliptic tokamak plasma

    International Nuclear Information System (INIS)

    Martin, P.; Castro, E.

    2007-01-01

    In this conference the effect of ellipticity and triangularity will be analyzed for axisymmetric tokamak in the collisional regime. Analytic forms for the magnetic field cross sections are taken from those derived recently by other authors [1,2]. Analytical results can be obtained in elliptic plasmas with triangularity by using an special system of tokamak coordinates recently published [3-5]. Our results show that triangularities smaller than 0.6, increases confinement for ellipticities in the range 1.2 to 2. This behavior happens for negative and positive triangularities; however this effect is stronger for positive than for negative triangularities. The maximum diffusion velocity is not obtained for zero triangularity, but for small negative triangularities. Ellipticity is also very important in confinement, but the effect of triangularity seems to be more important. High electric inductive field increases confinement, though this field is difficult to modify once the tokamak has been built. The analytic form of the current produced by this field is like that of a weak Ware pinch with an additional factor, which weakens the effect by an order of magnitude. The dependence of the triangularity effect with the Shafranov shift is also analyzed. References 1. - L. L. Lao, S. P. Hirshman, and R. M. Wieland, Phys. Fluids 24, 1431 (1981) 2. - G. O. Ludwig, Plasma Physics Controlled Fusion 37, 633 (1995) 3. - P. Martin, Phys. Plasmas 7, 2915 (2000) 4. - P. Martin, M. G. Haines and E. Castro, Phys. Plasmas 12, 082506 (2005) 5. - P. Martin, E. Castro and M. G. Haines, Phys. Plasmas 12, 102505 (2005)

  17. On Certain Topological Indices of Boron Triangular Nanotubes

    Science.gov (United States)

    Aslam, Adnan; Ahmad, Safyan; Gao, Wei

    2017-08-01

    The topological index gives information about the whole structure of a chemical graph, especially degree-based topological indices that are very useful. Boron triangular nanotubes are now replacing usual carbon nanotubes due to their excellent properties. We have computed general Randić (Rα), first Zagreb (M1) and second Zagreb (M2), atom-bond connectivity (ABC), and geometric-arithmetic (GA) indices of boron triangular nanotubes. Also, we have computed the fourth version of atom-bond connectivity (ABC4) and the fifth version of geometric-arithmetic (GA5) indices of boron triangular nanotubes.

  18. Rapid synthesis of triangular CdS nanocrystals without any trap emission

    International Nuclear Information System (INIS)

    Poulose, Aby Cheruvathoor; Veeranarayanan, Srivani; Yoshida, Yasuhiko; Maekawa, Toru; Sakthi Kumar, D.

    2012-01-01

    Nanocrystals (NCs) with anisotropic dimensions display polarized emission compared to nano dots. Triangular prisms are good candidates for polarized optical properties and monodisperse triangular NCs are ideal for developing building blocks for novel three-dimensional superlattices due to its anisotropic dimension. Among triangular nanocrystals, CdS nanocrystals are less discussed for the past one decade of research due to the difficulty in its processing method. Though well studied very few methods for developing CdS triangular nanocrystals have been reported, and most are having drawbacks either due to the time consuming process or the products are combination of triangular as well as many other shaped NC or with trap emissions due to defects which are comparable to band emissions limits its applications in full scale. Here, we are presenting a novel method to develop 7 nm CdS triangular NCs that can solve the above mentioned problems, which would augment the usage of CdS triangular crystals for many applications, based on its anisotropic properties.

  19. Oncoplastic Surgery for Upper/Upper Inner Quadrant Breast Cancer.

    Directory of Open Access Journals (Sweden)

    Joseph Lin

    Full Text Available Tumors located in the upper/upper inner quadrant of the breast warrant more attention. A small lesion relative to the size of breast in this location may be resolved by performing a level I oncoplastic technique. However, a wide excision may significantly reduce the overall quality of the breast shape by distorting the visible breast line. From June 2012 to April 2015, 36 patients with breast cancer located in the upper/upper inner quadrant underwent breast-conservation surgery with matrix rotation mammoplasty. According to the size and location of the tumor relative to the nipple-areola complex, 11 patients underwent matrix rotation with periareolar de-epithelialization (donut group and the other 25 underwent matrix rotation only (non-donut group. The cosmetic results were self-assessed by questionnaires. The average weights of the excised breast lumps in the donut and non-donut groups were 104.1 and 84.5 g, respectively. During the 3-year follow-up period, local recurrence was observed in one case and was managed with nipple-sparing mastectomy followed by breast reconstruction with prosthetic implants. In total, 31 patients (88.6% ranked their postoperative result as either acceptable or satisfactory. The treated breasts were also self-evaluated by 27 patients (77.1% to be nearly identical to or just slightly different from the untreated side. Matrix rotation is an easy breast-preserving technique for treating breast cancer located in the upper/upper inner quadrant of the breast that requires a relatively wide excision. With this technique, a larger breast tumor could be removed without compromising the breast appearance.

  20. Triangular node for Transmission-Line Modeling (TLM) applied to bio-heat transfer.

    Science.gov (United States)

    Milan, Hugo F M; Gebremedhin, Kifle G

    2016-12-01

    Transmission-Line Modeling (TLM) is a numerical method used to solve complex and time-domain bio-heat transfer problems. In TLM, rectangles are used to discretize two-dimensional problems. The drawback in using rectangular shapes is that instead of refining only the domain of interest, a large additional domain will also be refined in the x and y axes, which results in increased computational time and memory space. In this paper, we developed a triangular node for TLM applied to bio-heat transfer that does not have the drawback associated with the rectangular nodes. The model includes heat source, blood perfusion (advection), boundary conditions and initial conditions. The boundary conditions could be adiabatic, temperature, heat flux, or convection. A matrix equation for TLM, which simplifies the solution of time-domain problems or solves steady-state problems, was also developed. The predicted results were compared against results obtained from the solution of a simplified two-dimensional problem, and they agreed within 1% for a mesh length of triangular faces of 59µm±9µm (mean±standard deviation) and a time step of 1ms. Copyright © 2016 Elsevier Ltd. All rights reserved.

  1. On certain topological indices of boron triangular nanotubes

    Energy Technology Data Exchange (ETDEWEB)

    Aslam, Adnan [Univ. of Engineering and Technology, Lahore (Pakistan). Dept. of Natural Sciences and Humanities; Ahmad, Safyan [GC Univ. Lahore (Pakistan). Abdus Salam School of Mathematical Sciences; Gao, Wei [Yunnan Normal Univ., Kunming (China). School of Information Science and Technology

    2017-11-01

    The topological index gives information about the whole structure of a chemical graph, especially degree-based topological indices that are very useful. Boron triangular nanotubes are now replacing usual carbon nanotubes due to their excellent properties. We have computed general Randic (R{sub a}), first Zagreb (M{sub 1}) and second Zagreb (M{sub 2}), atom-bond connectivity (ABC), and geometric-arithmetic (GA) indices of boron triangular nanotubes. Also, we have computed the fourth version of atom-bond connectivity (ABC{sub 4}) and the fifth version of geometric-arithmetic (GA{sub 5}) indices of boron triangular nanotubes.

  2. The problem 4 of placement triangular geometric line field

    Directory of Open Access Journals (Sweden)

    Travush Vladimir Iljich

    2016-01-01

    Full Text Available One of the a method of formation of triangular networks in the field is investigated. Conditions the problem of locating a triangular network in the area are delivered. The criterion for assessing the effectiveness of the solution of the problem is the minimum number of sizes of the dome elements, the possibility of pre-assembly and pre-stressing. The solution of the problem of one embodiment of a triangular network of accommodation in a compatible spherical triangle and, accordingly, on the sphere. Optimization of triangular geometric network on a sphere on the criterion of minimum sizes of elements can be solved by placing the system in an irregular hexagon inscribed in a circle of minimal size, maximum regular hexagons.

  3. Automatic Shape Control of Triangular B-Splines of Arbitrary Topology

    Institute of Scientific and Technical Information of China (English)

    Ying He; Xian-Feng Gu; Hong Qin

    2006-01-01

    Triangular B-splines are powerful and flexible in modeling a broader class of geometric objects defined over arbitrary, non-rectangular domains. Despite their great potential and advantages in theory, practical techniques and computational tools with triangular B-splines are less-developed. This is mainly because users have to handle a large number of irregularly distributed control points over arbitrary triangulation. In this paper, an automatic and efficient method is proposed to generate visually pleasing, high-quality triangular B-splines of arbitrary topology. The experimental results on several real datasets show that triangular B-splines are powerful and effective in both theory and practice.

  4. Dynamic Matrix Rank

    DEFF Research Database (Denmark)

    Frandsen, Gudmund Skovbjerg; Frandsen, Peter Frands

    2009-01-01

    We consider maintaining information about the rank of a matrix under changes of the entries. For n×n matrices, we show an upper bound of O(n1.575) arithmetic operations and a lower bound of Ω(n) arithmetic operations per element change. The upper bound is valid when changing up to O(n0.575) entries...... in a single column of the matrix. We also give an algorithm that maintains the rank using O(n2) arithmetic operations per rank one update. These bounds appear to be the first nontrivial bounds for the problem. The upper bounds are valid for arbitrary fields, whereas the lower bound is valid for algebraically...... closed fields. The upper bound for element updates uses fast rectangular matrix multiplication, and the lower bound involves further development of an earlier technique for proving lower bounds for dynamic computation of rational functions....

  5. Strange distributionally chaotic triangular maps II

    International Nuclear Information System (INIS)

    Paganoni, L.; Smital, J.

    2006-01-01

    The notion of distributional chaos was introduced by Schweizer and Smital [Measures of chaos and a spectral decomposition of dynamical systems on the interval, Trans Am Math Soc 1994;344:737-854] for continuous maps of the interval. For continuous maps of a compact metric space three mutually non-equivalent versions of distributional chaos, DC1-DC3, can be considered. In this paper we study distributional chaos in the class T m of triangular maps of the square which are monotone on the fibres. The main results: (i) If F-bar T m has positive topological entropy then F is DC1, and hence, DC2 and DC3. This result is interesting since similar statement is not true for general triangular maps of the square [Smital and Stefankova, Distributional chaos for triangular maps, Chaos, Solitons and Fractals 2004;21:1125-8]. (ii) There are F 1 ,F 2 -bar T m which are not DC3, and such that not every recurrent point of F 1 is uniformly recurrent, while F 2 is Li and Yorke chaotic on the set of uniformly recurrent points. This, along with recent results by Forti et al. [Dynamics of homeomorphisms on minimal sets generated by triangular mappings, Bull Austral Math Soc 1999;59:1-20], among others, make possible to compile complete list of the implications between dynamical properties of maps in T m , solving a long-standing open problem by Sharkovsky

  6. Study on spin filtering and switching action in a double-triangular network chain

    Science.gov (United States)

    Zhang, Yongmei

    2018-04-01

    Spin transport properties of a double-triangular quantum network with local magnetic moment on backbones and magnetic flux penetrating the network plane are studied. Numerical simulation results show that such a quantum network will be a good candidate for spin filter and spin switch. Local dispersion and density of states are considered in the framework of tight-binding approximation. Transmission coefficients are calculated by the method of transfer matrix. Spin transmission is regulated by substrate magnetic moment and magnetic flux piercing those triangles. Experimental realization of such theoretical research will be conducive to designing of new spintronic devices.

  7. Design assessment of triangular support bracket for manufacturability

    International Nuclear Information System (INIS)

    Kim, Yu-Gyeong; Jung, Yung-Jin; Kim, Hyun-Soo; Ahn, Hee-Jae

    2015-01-01

    Highlights: • Various designs for ITER triangular support bracket are proposed in terms of efficient manufacturability. • An optimized design for structural safety is determined in accordance with RCC-MR. • This result is reconfirmed by cross-checking in comparison with the IO baseline of integrity. - Abstract: The triangular support is connected structurally and hydraulically with the inner shell of the vacuum vessel and its main role is to keep plasma vertical stability during operational disruptions. Korea is responsible for the procurement of sectors 1 and 6 of the main vessel including triangular support. At present, design review for its fabrication by ITER Korea and Hyundai Heavy Industries, Co., Ltd. is in progress. This paper presents the results on various designs for triangular support bracket in terms of manufacturability considering both easiness of non-destructive evaluation and fabrication efficiency. The several designs are proposed and evaluated under the most critical loading condition using elastic and limit analysis with fatigue evaluation. Consequently, an optimized design for structural safety is determined in accordance with RCC-MR. This result is reconfirmed by cross-checking in comparison with the baseline of integrity that already had been determined by ITER Organization. The design deviation requests of triangular support bracket have been submitted to ITER Organization and Agreed Notified Body for approval, and their verification is currently under discussion.

  8. Mathematical model of parking space unit for triangular parking area

    Science.gov (United States)

    Syahrini, Intan; Sundari, Teti; Iskandar, Taufiq; Halfiani, Vera; Munzir, Said; Ramli, Marwan

    2018-01-01

    Parking space unit (PSU) is an effective measure for the area size of a vehicle, including the free space and the width of the door opening of the vehicle (car). This article discusses a mathematical model for parking space of vehicles in triangular shape area. An optimization model for triangular parking lot is developed. Integer Linear Programming (ILP) method is used to determine the maximum number of the PSU. The triangular parking lot is in isosceles and equilateral triangles shape and implements four possible rows and five possible angles for each field. The vehicles which are considered are cars and motorcycles. The results show that the isosceles triangular parking area has 218 units of optimal PSU, which are 84 units of PSU for cars and 134 units of PSU for motorcycles. Equilateral triangular parking area has 688 units of optimal PSU, which are 175 units of PSU for cars and 513 units of PSU for motorcycles.

  9. Sorption of Triangular Silver Nanoplates on Polyurethane Foam

    Science.gov (United States)

    Furletov, A. A.; Apyari, V. V.; Garshev, A. V.; Volkov, P. A.; Tolmacheva, V. V.; Dmitrienko, S. G.

    2018-02-01

    The sorption of triangular silver nanoplates on polyurethane foam is investigated as a procedure for creating a nanocomposite sensing material for subsequent use in optical means of chemical analysis. Triangular silver nanoplates are synthesized and characterized, and a simple sorption technique for the formation of a composite material based on these nanoplates is proposed.

  10. A New Triangular Flat Shell Element With Drilling Rotations

    DEFF Research Database (Denmark)

    Damkilde, Lars

    2008-01-01

    A new flat triangular shell element has been developed based on a newly developed triangular plate bending element by the author and a new triangular membrane element with drilling degrees of freedom. The advantage of the drilling degree of freedom is that no special precautions have to be made...... in connecting with assembly of elements. Due to the drilling rotations all nodal degrees of freedom have stiffness, and therefore no artificial suppression of degrees of freedom are needed for flat or almost flat parts of the shell structure....

  11. One dimensionalization in the spin-1 Heisenberg model on the anisotropic triangular lattice

    Science.gov (United States)

    Gonzalez, M. G.; Ghioldi, E. A.; Gazza, C. J.; Manuel, L. O.; Trumper, A. E.

    2017-11-01

    We investigate the effect of dimensional crossover in the ground state of the antiferromagnetic spin-1 Heisenberg model on the anisotropic triangular lattice that interpolates between the regime of weakly coupled Haldane chains (J'≪J ) and the isotropic triangular lattice (J'=J ). We use the density-matrix renormalization group (DMRG) and Schwinger boson theory performed at the Gaussian correction level above the saddle-point solution. Our DMRG results show an abrupt transition between decoupled spin chains and the spirally ordered regime at (J'/J) c˜0.42 , signaled by the sudden closing of the spin gap. Coming from the magnetically ordered side, the computation of the spin stiffness within Schwinger boson theory predicts the instability of the spiral magnetic order toward a magnetically disordered phase with one-dimensional features at (J'/J) c˜0.43 . The agreement of these complementary methods, along with the strong difference found between the intra- and the interchain DMRG short spin-spin correlations for sufficiently large values of the interchain coupling, suggests that the interplay between the quantum fluctuations and the dimensional crossover effects gives rise to the one-dimensionalization phenomenon in this frustrated spin-1 Hamiltonian.

  12. Wrist stability after experimental traumatic triangular fibrocartilage complex lesions

    DEFF Research Database (Denmark)

    Munk, Bo; Jensen, Steen Lund; Olsen, Bo Sanderhoff

    2005-01-01

    The aim of this study was to evaluate changes in stability of the wrist after experimental traumatic triangular fibrocartilage complex lesions.......The aim of this study was to evaluate changes in stability of the wrist after experimental traumatic triangular fibrocartilage complex lesions....

  13. Palmar reconstruction of the triangular fibrocartilage complex for instability of the distal radioulnar joint: a biomechanical study.

    Science.gov (United States)

    Kataoka, T; Moritomo, H; Omokawa, S; Iida, A; Wada, T; Aoki, M

    2013-06-01

    We developed a new triangular fibrocartilage complex reconstruction technique for distal radioulnar joint instability in which the palmar portion of the triangular fibrocartilage complex was predominantly reconstructed, and evaluated whether such reconstruction can restore stability of the distal radioulnar joint in seven fresh cadaver upper extremities. Distal radioulnar joint instability was induced by cutting all soft-tissue stabilizers around the distal ulna. Using a palmar approach, a palmaris longus tendon graft was sutured to the remnant of the palmar radioulnar and ulnocarpal ligaments. The graft was then passed through a bone tunnel created at the fovea and was sutured. Loads were applied to the radius, and dorsopalmar displacements of the radius relative to the ulna were measured using an electromagnetic tracking device in neutral rotation, 60° supination and 60° pronation. We compared the dorsopalmar displacements before sectioning, before reconstruction and after reconstruction. Dorsopalmar instability produced by sectioning significantly improved in all forearm positions after reconstruction.

  14. Performance of an anisotropic Allman/DKT 3-node thin triangular flat shell element

    Science.gov (United States)

    Ertas, A.; Krafcik, J. T.; Ekwaro-Osire, S.

    1992-05-01

    A simple, explicit formulation of the stiffness matrix for an anisotropic, 3-node, thin triangular flat shell element in global coordinates is presented. An Allman triangle (AT) is used for membrane stiffness. The membrane stiffness matrix is explicitly derived by applying an Allman transformation to a Felippa 6-node linear strain triangle (LST). Bending stiffness is incorporated by the use of a discrete Kirchhoff triangle (DKT) bending element. Stiffness terms resulting from anisotropic membrane-bending coupling are included by integrating, in area coordinates, the membrane and bending strain-displacement matrices. Using the aforementioned approach, the objective of this study is to develop and test the performance of a practical 3-node flat shell element that could be used in plate problems with unsymmetrically stacked composite laminates. The performance of the latter element is tested on plates of varying aspect ratios. The developed 3-node shell element should simplify the programming task and have the potential of reducing the computational time.

  15. A novel method of the image processing on irregular triangular meshes

    Science.gov (United States)

    Vishnyakov, Sergey; Pekhterev, Vitaliy; Sokolova, Elizaveta

    2018-04-01

    The paper describes a novel method of the image processing based on irregular triangular meshes implementation. The triangular mesh is adaptive to the image content, least mean square linear approximation is proposed for the basic interpolation within the triangle. It is proposed to use triangular numbers to simplify using of the local (barycentric) coordinates for the further analysis - triangular element of the initial irregular mesh is to be represented through the set of the four equilateral triangles. This allows to use fast and simple pixels indexing in local coordinates, e.g. "for" or "while" loops for access to the pixels. Moreover, representation proposed allows to use discrete cosine transform of the simple "rectangular" symmetric form without additional pixels reordering (as it is used for shape-adaptive DCT forms). Furthermore, this approach leads to the simple form of the wavelet transform on triangular mesh. The results of the method application are presented. It is shown that advantage of the method proposed is a combination of the flexibility of the image-adaptive irregular meshes with the simple form of the pixel indexing in local triangular coordinates and the using of the common forms of the discrete transforms for triangular meshes. Method described is proposed for the image compression, pattern recognition, image quality improvement, image search and indexing. It also may be used as a part of video coding (intra-frame or inter-frame coding, motion detection).

  16. Numerical method improvement for a subchannel code

    Energy Technology Data Exchange (ETDEWEB)

    Ding, W.J.; Gou, J.L.; Shan, J.Q. [Xi' an Jiaotong Univ., Shaanxi (China). School of Nuclear Science and Technology

    2016-07-15

    Previous studies showed that the subchannel codes need most CPU time to solve the matrix formed by the conservation equations. Traditional matrix solving method such as Gaussian elimination method and Gaussian-Seidel iteration method cannot meet the requirement of the computational efficiency. Therefore, a new algorithm for solving the block penta-diagonal matrix is designed based on Stone's incomplete LU (ILU) decomposition method. In the new algorithm, the original block penta-diagonal matrix will be decomposed into a block upper triangular matrix and a lower block triangular matrix as well as a nonzero small matrix. After that, the LU algorithm is applied to solve the matrix until the convergence. In order to compare the computational efficiency, the new designed algorithm is applied to the ATHAS code in this paper. The calculation results show that more than 80 % of the total CPU time can be saved with the new designed ILU algorithm for a 324-channel PWR assembly problem, compared with the original ATHAS code.

  17. Synthesis of triangular Au core-Ag shell nanoparticles

    International Nuclear Information System (INIS)

    Rai, Akhilesh; Chaudhary, Minakshi; Ahmad, Absar; Bhargava, Suresh; Sastry, Murali

    2007-01-01

    In this paper, we demonstrate a simple and reproducible method for the synthesis of triangular Au core-Ag shell nanoparticles. The triangular gold core is obtained by the reduction of gold ions by lemongrass extract. Utilizing the negative charge on the gold nanotriangles, silver ions are bound to their surface and thereafter reduced by ascorbic acid under alkaline conditions. The thickness of the silver shell may be modulated by varying the pH of the reaction medium. The formation of the Au core-Ag shell triangular nanostructures has been followed by UV-vis-NIR Spectroscopy, X-ray photoelectron spectroscopy, transmission electron microscopy (TEM) and atomic force microscopy (AFM) measurements. The sharp vertices of the triangles coupled with the core-shell structure is expected to have potential for application in surface enhanced Raman spectroscopy and in the sensitive detection of biomolecules

  18. EISPACK, Subroutines for Eigenvalues, Eigenvectors, Matrix Operations

    International Nuclear Information System (INIS)

    Garbow, Burton S.; Cline, A.K.; Meyering, J.

    1993-01-01

    : Driver subroutine for a nonsym. tridiag. matrix; SVD: Singular value decomposition of rectangular matrix; TINVIT: Find some vectors of sym. tridiag. matrix; TQLRAT: Find all values of sym. tridiag. matrix; TQL1: Find all values of sym. tridiag. matrix; TQL2: Find all values/vectors of sym. tridiag. matrix; TRBAK1: Back transform vectors of matrix formed by TRED1; TRBAK3: Back transform vectors of matrix formed by TRED3; TRED1: Reduce sym. matrix to sym. tridiag. matrix; TRED2: Reduce sym. matrix to sym. tridiag. matrix; TRED3: Reduce sym. packed matrix to sym. tridiag. matrix; TRIDIB: Find some values of sym. tridiag. matrix; TSTURM: Find some values/vectors of sym. tridiag. matrix. 2 - Method of solution: Almost all the algorithms used in EISPACK are based on similarity transformations. Similarity transformations based on orthogonal and unitary matrices are particularly attractive from a numerical point of view because they do not magnify any errors present in the input data or introduced during the computation. Most of the techniques employed are constructive realizations of variants of Schur's theorem, 'Any matrix can be triangularized by a unitary similarity transformation'. It is usually not possible to compute Schur's transformation with a finite number of rational arithmetic operations. Instead, the algorithms employ a potentially infinite sequence of similarity transformations in which the resultant matrix approaches an upper triangular matrix. The sequence is terminated when all of the sub-diagonal elements of the resulting matrix are less than the roundoff errors involved in the computation. The diagonal elements are then the desired approximations to the eigenvalues of the original matrix and the corresponding eigenvectors can be calculated. Special algorithms deal with symmetric matrices. QR, LR, QL, rational QR, bisection QZ, and inverse iteration methods are used

  19. Limits of commutative triangular systems on locally compact groups

    Indian Academy of Sciences (India)

    Commutative triangular systems of probability measures on locally compact groups have been studied extensively and ... in [S3,S4], we extend our earlier result to some particular triangular systems on algebraic groups. We also discuss ..... Now G can be embedded as a closed subgroup in. G2 ¼ G1=D and G0. 2 ¼ ًG0 آ ...

  20. The observation of a triangular vortex in a rotating fluid

    NARCIS (Netherlands)

    Beckers, M.; Heijst, van G.J.F.

    1998-01-01

    A dye visualization study of a triangular vortex in a rotating fluid is presented. The emergence and subsequent break-up of the vortex structure are described. Soon after the generation of the triangular vortex it becomes unstable: two satellite vortices merge and pair with the core vortex into an

  1. Triangular Diagrams Teach Steady and Dynamic Behaviour of Catalytic Reactions.

    Science.gov (United States)

    Klusacek, K.; And Others

    1989-01-01

    Illustrates how triangular diagrams can aid in presenting some of the rather complex transient interactions that occur among gas and surface species during heterogeneous catalytic reactions. The basic equations and numerical examples are described. Classroom use of the triangular diagram is discussed. Several diagrams and graphs are provided. (YP)

  2. Triangular Norms, Triangular Conorms, and Some Related Concepts

    Directory of Open Access Journals (Sweden)

    Angel Garrido

    2011-01-01

    Full Text Available Abstract. Mathematically considered, a Triangular Norm is a kind of binary operation frequently used in the context of Probabilistic Metric Spaces, but also in other very interesting fields, as may be Fuzzy Logic, or in general, in Multi-Valued Logic (MVL. The T-conorm, or S-norm, is a dual concept. Both ideas allow us to generalize the intersection and the union in a Lattice, or disjunction and conjunction in Logic. Also may be very interesting to introduce a special class of real monotone operations. We refer to the so-called Copulas, very useful in many fields. So, we offer now a comprehensive analysis of all these aggregation operators.

  3. Opening the Door on Triangular Numbers

    Science.gov (United States)

    McMartin, Kimberley; McMaster, Heather

    2016-01-01

    As an alternative to looking solely at linear functions, a three-lesson learning progression developed for Year 6 students that incorporates triangular numbers to develop children's algebraic thinking is described and evaluated.

  4. Convergence of Chahine's nonlinear relaxation inversion method used for limb viewing remote sensing

    Science.gov (United States)

    Chu, W. P.

    1985-01-01

    The application of Chahine's (1970) inversion technique to remote sensing problems utilizing the limb viewing geometry is discussed. The problem considered here involves occultation-type measurements and limb radiance-type measurements from either spacecraft or balloon platforms. The kernel matrix of the inversion problem is either an upper or lower triangular matrix. It is demonstrated that the Chahine inversion technique always converges, provided the diagonal elements of the kernel matrix are nonzero.

  5. Geometric phase from dielectric matrix

    International Nuclear Information System (INIS)

    Banerjee, D.

    2005-10-01

    The dielectric property of the anisotropic optical medium is found by considering the polarized photon as two component spinor of spherical harmonics. The Geometric Phase of a polarized photon has been evaluated in two ways: the phase two-form of the dielectric matrix through a twist and the Pancharatnam phase (GP) by changing the angular momentum of the incident polarized photon over a closed triangular path on the extended Poincare sphere. The helicity in connection with the spin angular momentum of the chiral photon plays the key role in developing these phase holonomies. (author)

  6. On the interference rejection capabilities of triangular antenna array for cellular base stations

    KAUST Repository

    Atat, Rachad; Shakir, Muhammad; Alouini, Mohamed-Slim

    2012-01-01

    In this paper, we present the performance analysis of the triangular antenna arrays in terms of the interference rejection capability. In this context, we derive an expression to calculate the spatial interference suppression coefficient for the triangular antenna array with variable number of antenna elements. The performance of the triangular antenna array has been compared with the circular antenna array with respect to interference suppression performance, steering beam pattern, beamwidth and directivity. Simulation results show that the triangular array with large number of elements produces a sharper beamwidth and better interference suppression performance than the circular antenna array. © 2012 IEEE.

  7. On the interference rejection capabilities of triangular antenna array for cellular base stations

    KAUST Repository

    Atat, Rachad

    2012-03-01

    In this paper, we present the performance analysis of the triangular antenna arrays in terms of the interference rejection capability. In this context, we derive an expression to calculate the spatial interference suppression coefficient for the triangular antenna array with variable number of antenna elements. The performance of the triangular antenna array has been compared with the circular antenna array with respect to interference suppression performance, steering beam pattern, beamwidth and directivity. Simulation results show that the triangular array with large number of elements produces a sharper beamwidth and better interference suppression performance than the circular antenna array. © 2012 IEEE.

  8. Absence of Long-Range Order in a Triangular Spin System with Dipolar Interactions

    Science.gov (United States)

    Keleş, Ahmet; Zhao, Erhai

    2018-05-01

    The antiferromagnetic Heisenberg model on the triangular lattice is perhaps the best known example of frustrated magnets, but it orders at low temperatures. Recent density matrix renormalization group (DMRG) calculations find that the next nearest neighbor interaction J2 enhances the frustration, and it leads to a spin liquid for J2/J1∈(0.08 ,0.15 ). In addition, a DMRG study of a dipolar Heisenberg model with longer range interactions gives evidence for a spin liquid at a small dipole tilting angle θ ∈[0 ,1 0 ° ). In both cases, the putative spin liquid region appears to be small. Here, we show that for the triangular lattice dipolar Heisenberg model, a robust quantum paramagnetic phase exists in a surprisingly wide region, θ ∈[0 ,5 4 ° ) , for dipoles tilted along the lattice diagonal direction. We obtain the phase diagram of the model by functional renormalization group (RG), which treats all magnetic instabilities on equal footing. The quantum paramagnetic phase is characterized by a smooth continuous flow of vertex functions and spin susceptibility down to the lowest RG scale, in contrast to the apparent breakdown of RG flow in phases with stripe or spiral order. Our finding points to a promising direction to search for quantum spin liquids in ultracold dipolar molecules.

  9. Geometric triangular chiral hexagon crystal-like complexes organization in pathological tissues biological collision order.

    Directory of Open Access Journals (Sweden)

    Jairo A Díaz

    Full Text Available The present study describes and documents self-assembly of geometric triangular chiral hexagon crystal like complex organizations (GTCHC in human pathological tissues. The authors have found this architectural geometric expression at macroscopic and microscopic levels mainly in cancer processes. This study is based essentially on macroscopic and histopathologic analyses of 3000 surgical specimens: 2600 inflammatory lesions and 400 malignant tumours. Geometric complexes identified photographically at macroscopic level were located in the gross surgical specimen, and these areas were carefully dissected. Samples were taken to carry out histologic analysis. Based on the hypothesis of a collision genesis mechanism and because it is difficult to carry out an appropriate methodological observation in biological systems, the authors designed a model base on other dynamic systems to obtain indirect information in which a strong white flash wave light discharge, generated by an electronic device, hits over the lines of electrical conductance structured in helicoidal pattern. In their experimental model, the authors were able to reproduce and to predict polarity, chirality, helicoid geometry, triangular and hexagonal clusters through electromagnetic sequential collisions. They determined that similar events among constituents of extracelular matrix which drive and produce piezoelectric activity are responsible for the genesis of GTCHC complexes in pathological tissues. This research suggests that molecular crystals represented by triangular chiral hexagons derived from a collision-attraction event against collagen type I fibrils emerge at microscopic and macroscopic scales presenting a lateral assembly of each side of hypertrophy helicoid fibers, that represent energy flow in cooperative hierarchically chiral electromagnetic interaction in pathological tissues and arises as a geometry of the equilibrium in perturbed biological systems. Further

  10. Geometric triangular chiral hexagon crystal-like complexes organization in pathological tissues biological collision order.

    Science.gov (United States)

    Díaz, Jairo A; Jaramillo, Natalia A; Murillo, Mauricio F

    2007-12-12

    The present study describes and documents self-assembly of geometric triangular chiral hexagon crystal like complex organizations (GTCHC) in human pathological tissues. The authors have found this architectural geometric expression at macroscopic and microscopic levels mainly in cancer processes. This study is based essentially on macroscopic and histopathologic analyses of 3000 surgical specimens: 2600 inflammatory lesions and 400 malignant tumours. Geometric complexes identified photographically at macroscopic level were located in the gross surgical specimen, and these areas were carefully dissected. Samples were taken to carry out histologic analysis. Based on the hypothesis of a collision genesis mechanism and because it is difficult to carry out an appropriate methodological observation in biological systems, the authors designed a model base on other dynamic systems to obtain indirect information in which a strong white flash wave light discharge, generated by an electronic device, hits over the lines of electrical conductance structured in helicoidal pattern. In their experimental model, the authors were able to reproduce and to predict polarity, chirality, helicoid geometry, triangular and hexagonal clusters through electromagnetic sequential collisions. They determined that similar events among constituents of extracelular matrix which drive and produce piezoelectric activity are responsible for the genesis of GTCHC complexes in pathological tissues. This research suggests that molecular crystals represented by triangular chiral hexagons derived from a collision-attraction event against collagen type I fibrils emerge at microscopic and macroscopic scales presenting a lateral assembly of each side of hypertrophy helicoid fibers, that represent energy flow in cooperative hierarchically chiral electromagnetic interaction in pathological tissues and arises as a geometry of the equilibrium in perturbed biological systems. Further interdisciplinary studies must

  11. Optimization of triangular microchannel heat sinks using constructible theory

    International Nuclear Information System (INIS)

    Mardani, Moloud; Salimpour, Mohammad Reza

    2016-01-01

    The present paper examines the optimization of triangular microchannel heat sinks. The impact of volume fraction of solid material and pressure drop on the maximum temperature of the microchannel heat sinks are investigated and their optimum operating conditions are compared. From the results, it is seen that increasing the side angle of the triangular microchannel, improves its performance. Furthermore, there is an appropriate agreement between the analytical and numerical results. Finally, the effect of degrees of freedom on the performance of microchannels is investigated. To accomplish this end, the triangular microchannels with the side angle of 60 degree have been chosen as it has the best performance compared to other microchannels. It is observed that the minimized maximum temperatures of optimized microchannel heat sinks with three degrees of freedom are 10% lower than the ones with two degrees of freedom

  12. Triangular arbitrage as an interaction among foreign exchange rates

    Science.gov (United States)

    Aiba, Yukihiro; Hatano, Naomichi; Takayasu, Hideki; Marumo, Kouhei; Shimizu, Tokiko

    2002-07-01

    We first show that there are in fact triangular arbitrage opportunities in the spot foreign exchange markets, analyzing the time dependence of the yen-dollar rate, the dollar-euro rate and the yen-euro rate. Next, we propose a model of foreign exchange rates with an interaction. The model includes effects of triangular arbitrage transactions as an interaction among three rates. The model explains the actual data of the multiple foreign exchange rates well.

  13. A theoretical study of resonant tunneling characteristics in triangular double-barrier diodes

    International Nuclear Information System (INIS)

    Wang Hongmei; Xu Huaizhe; Zhang Yafei

    2006-01-01

    Resonant tunneling characteristics of triangular double-barrier diodes have been investigated systematically in this Letter, using Airy function approach to solve time-independent Schroedinger function in triangular double-barrier structures. Originally, the exact analytic expressions of quasi-bound levels and quasi-level lifetime in symmetrical triangular double-barrier structures have been derived within the effective-mass approximation as a function of structure parameters including well width, slope width and barrier height. Based on our derived analytic expressions, numerical results show that quasi-bound levels and quasi-level lifetime vary nearly linearly with the structure parameters except that the second quasi-level lifetime changes parabolically with slope width. Furthermore, according to our improved transmission coefficient of triangular double-barrier structures under external electric field, the current densities of triangular double-barrier diodes with different slope width at 0 K have been calculated numerically. The results show that the N-shaped negative differential resistance behaviors have been observed in current-voltage characteristics and current-voltage characteristics depend on the slope width

  14. Optimum thermal design of microchannel heat sink with triangular reentrant cavities

    International Nuclear Information System (INIS)

    Xia Guodong; Chai Lei; Wang Haiyan; Zhou Mingzheng; Cui Zhenzhen

    2011-01-01

    The effect of geometric parameters on water flow and heat transfer characteristics in microchannel heat sink with triangular reentrant cavities is numerically investigated. A three-dimensional laminar flow model, consisting of Navier-Stokes equations and energy conservation equation, with the conjugate heat transfer between the silicon base and water taken into consideration is solved numerically. In order to find the optimum geometric parameters, four variables, representing the distance and geometry of the triangular reentrant cavity, are designed. It is found that the vortices in the triangular reentrant cavities lead to chaotic advection and can greatly enhance the convective fluid mixing. The thermal and hydraulic boundary layers are interrupted and the repeated developing flow enhances heat transfer in the constant cross-section segment. Furthermore, the effects of the four design variables on heat transfer augmentation and pressure drop penalty are investigated depending on different Reynolds numbers by using the simulated annealing method. Based on the thermal enhancement factor performance maps, the optimal geometric parameters are obtained in principle. - Research highlights: → The microchannels with different triangular reentrant cavities are numerically investigated. → The heat transfer enhancement attributes to fluid mixing and redeveloped thermal boundary layers. → The optimal distance and geometry of the triangular reentrant cavity are obtained in principle.

  15. The triangular density to approximate the normal density: decision rules-of-thumb

    International Nuclear Information System (INIS)

    Scherer, William T.; Pomroy, Thomas A.; Fuller, Douglas N.

    2003-01-01

    In this paper we explore the approximation of the normal density function with the triangular density function, a density function that has extensive use in risk analysis. Such an approximation generates a simple piecewise-linear density function and a piecewise-quadratic distribution function that can be easily manipulated mathematically and that produces surprisingly accurate performance under many instances. This mathematical tractability proves useful when it enables closed-form solutions not otherwise possible, as with problems involving the embedded use of the normal density. For benchmarking purposes we compare the basic triangular approximation with two flared triangular distributions and with two simple uniform approximations; however, throughout the paper our focus is on using the triangular density to approximate the normal for reasons of parsimony. We also investigate the logical extensions of using a non-symmetric triangular density to approximate a lognormal density. Several issues associated with using a triangular density as a substitute for the normal and lognormal densities are discussed, and we explore the resulting numerical approximation errors for the normal case. Finally, we present several examples that highlight simple decision rules-of-thumb that the use of the approximation generates. Such rules-of-thumb, which are useful in risk and reliability analysis and general business analysis, can be difficult or impossible to extract without the use of approximations. These examples include uses of the approximation in generating random deviates, uses in mixture models for risk analysis, and an illustrative decision analysis problem. It is our belief that this exploratory look at the triangular approximation to the normal will provoke other practitioners to explore its possible use in various domains and applications

  16. The centre of mass of a triangular plate

    International Nuclear Information System (INIS)

    Sluesarenko, Viktor; Rojas, Roberto; Fuster, Gonzalo

    2008-01-01

    We present a derivation for the coordinates of the centre of mass-or centre of gravity-of a homogeneous triangular plate by using scaling and symmetry. We scale the triangular plate by a factor of 2 and divide its area into four plates identical to the original. By symmetry, we assert that the centre of mass of two identical masses lies at the midpoint of the line joining their centres of mass. By relating the centres of mass of the original to those of the scaled plates, we find the coordinates of the centre of mass as the solution of an algebraic equation

  17. Linear programming models and methods of matrix games with payoffs of triangular fuzzy numbers

    CERN Document Server

    Li, Deng-Feng

    2016-01-01

    This book addresses two-person zero-sum finite games in which the payoffs in any situation are expressed with fuzzy numbers. The purpose of this book is to develop a suite of effective and efficient linear programming models and methods for solving matrix games with payoffs in fuzzy numbers. Divided into six chapters, it discusses the concepts of solutions of matrix games with payoffs of intervals, along with their linear programming models and methods. Furthermore, it is directly relevant to the research field of matrix games under uncertain economic management. The book offers a valuable resource for readers involved in theoretical research and practical applications from a range of different fields including game theory, operational research, management science, fuzzy mathematical programming, fuzzy mathematics, industrial engineering, business and social economics. .

  18. Matrix factorization on a hypercube multiprocessor

    International Nuclear Information System (INIS)

    Geist, G.A.; Heath, M.T.

    1985-08-01

    This paper is concerned with parallel algorithms for matrix factorization on distributed-memory, message-passing multiprocessors, with special emphasis on the hypercube. Both Cholesky factorization of symmetric positive definite matrices and LU factorization of nonsymmetric matrices using partial pivoting are considered. The use of the resulting triangular factors to solve systems of linear equations by forward and back substitutions is also considered. Efficiencies of various parallel computational approaches are compared in terms of empirical results obtained on an Intel iPSC hypercube. 19 refs., 6 figs., 2 tabs

  19. Subjectivity, objectivity, and triangular space.

    Science.gov (United States)

    Britton, Ronald

    2004-01-01

    The author reviews his ideas on subjectivity, objectivity, and the third position in the psychoanalytic encounter, particularly in clinical work with borderline and narcissistic patients. Using the theories of Melanie Klein and Wilfred Bion as a basis, the author describes his concept of triangular space. A case presentation of a particular type of narcissistic patient illustrates the principles discussed.

  20. MR imaging of the traumatic triangular fibrocartilaginous complex tear

    Science.gov (United States)

    Griffith, James F.; Fung, Cindy S. Y.; Lee, Ryan K. L.; Tong, Cina S. L.; Wong, Clara W. Y.; Tse, Wing Lim; Ho, Pak Cheong

    2017-01-01

    Triangular fibrocartilage complex is a major stabilizer of the distal radioulnar joint (DRUJ). However, triangular fibrocartilage complex (TFCC) tear is difficult to be diagnosed on MRI for its intrinsic small and thin structure with complex anatomy. The purpose of this article is to review the anatomy of TFCC, state of art MRI imaging technique, normal appearance and features of tear on MRI according to the Palmar’s classification. Atypical tear and limitations of MRI in diagnosis of TFCC tear are also discussed. PMID:28932701

  1. Triangular tube proportional wire chamber system

    Energy Technology Data Exchange (ETDEWEB)

    Badtke, D H; Bakken, J A; Barnett, B A; Blumenfeld, B J; Chien, C Y; Madansky, L; Matthews, J A.J.; Pevsner, A; Spangler, W J [Johns Hopkins Univ., Baltimore, MD (USA); Lee, K L [California Univ., Berkeley (USA). Lawrence Berkeley Lab.

    1981-10-15

    We report on the characteristics of the proportional tube chamber system which has been constructed for muon identification in the PEP-4 experiment at SLAC. The mechanical and electrical properties of the extruded aluminum triangular tubes allow these detectors to be used as crude drift chambers.

  2. Higher-n triangular dilatonic black holes

    Science.gov (United States)

    Zadora, Anton; Gal'tsov, Dmitri V.; Chen, Chiang-Mei

    2018-04-01

    Dilaton gravity with the form fields is known to possess dyon solutions with two horizons for the discrete "triangular" values of the dilaton coupling constant a =√{ n (n + 1) / 2 }. This sequence first obtained numerically and then explained analytically as consequence of the regularity of the dilaton, should have some higher-dimensional and/or group theoretical origin. Meanwhile, this origin was explained earlier only for n = 1 , 2 in which cases the solutions were known analytically. We extend this explanation to n = 3 , 5 presenting analytical triangular solutions for the theory with different dilaton couplings a , b in electric and magnetic sectors in which case the quantization condition reads ab = n (n + 1) / 2. The solutions are derived via the Toda chains for B2 and G2 Lie algebras. They are found in the closed form in general D space-time dimensions. Solutions satisfy the entropy product rules indicating on the microscopic origin of their entropy and have negative binding energy in the extremal case.

  3. Facile synthesis of microporous SiO2/triangular Ag composite nanostructures for photocatalysis

    Science.gov (United States)

    Sirohi, Sidhharth; Singh, Anandpreet; Dagar, Chakit; Saini, Gajender; Pani, Balaram; Nain, Ratyakshi

    2017-11-01

    In this article, we present a novel fabrication of microporous SiO2/triangular Ag nanoparticles for dye (methylene blue) adsorption and plasmon-mediated degradation. Microporous SiO2 nanoparticles with pore size aminopropyl) trimethoxysilane) to introduce amine groups. Amine-functionalized microporous silica was used for adsorption of triangular silver (Ag) nanoparticles. The synthesized microporous SiO2 nanostructures were investigated for adsorption of different dyes including methylene blue, congo red, direct green 26 and curcumin crystalline. Amine-functionalized microporous SiO2/triangular Ag nanostructures were used for plasmon-mediated photocatalysis of methylene blue. The experimental results revealed that the large surface area of microporous silica facilitated adsorption of dye. Triangular Ag nanoparticles, due to their better charge carrier generation and enhanced surface plasmon resonance, further enhanced the photocatalysis performance.

  4. The Interval-Valued Triangular Fuzzy Soft Set and Its Method of Dynamic Decision Making

    Directory of Open Access Journals (Sweden)

    Xiaoguo Chen

    2014-01-01

    Full Text Available A concept of interval-valued triangular fuzzy soft set is presented, and some operations of “AND,” “OR,” intersection, union and complement, and so forth are defined. Then some relative properties are discussed and several conclusions are drawn. A dynamic decision making model is built based on the definition of interval-valued triangular fuzzy soft set, in which period weight is determined by the exponential decay method. The arithmetic weighted average operator of interval-valued triangular fuzzy soft set is given by the aggregating thought, thereby aggregating interval-valued triangular fuzzy soft sets of different time-series into a collective interval-valued triangular fuzzy soft set. The formulas of selection and decision values of different objects are given; therefore the optimal decision making is achieved according to the decision values. Finally, the steps of this method are concluded, and one example is given to explain the application of the method.

  5. Robust estimation of the correlation matrix of longitudinal data

    KAUST Repository

    Maadooliat, Mehdi

    2011-09-23

    We propose a double-robust procedure for modeling the correlation matrix of a longitudinal dataset. It is based on an alternative Cholesky decomposition of the form Σ=DLL⊤D where D is a diagonal matrix proportional to the square roots of the diagonal entries of Σ and L is a unit lower-triangular matrix determining solely the correlation matrix. The first robustness is with respect to model misspecification for the innovation variances in D, and the second is robustness to outliers in the data. The latter is handled using heavy-tailed multivariate t-distributions with unknown degrees of freedom. We develop a Fisher scoring algorithm for computing the maximum likelihood estimator of the parameters when the nonredundant and unconstrained entries of (L,D) are modeled parsimoniously using covariates. We compare our results with those based on the modified Cholesky decomposition of the form LD2L⊤ using simulations and a real dataset. © 2011 Springer Science+Business Media, LLC.

  6. A dual triangular pyramidal indentation technique based on FEA solutions for Material property evaluation

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Minsoo; Hyun, Hong Chul [Sogana Univ., Seoul (Korea, Republic of); Lee, Jin Haeng; Lee, Hyungyil [Korea Atomic Energy Research Institute, Daejeon (Korea, Republic of)

    2012-01-15

    In this study, we suggest a method for material property evaluation by dual triangular pyramidal indenters using the reverse analysis. First, we demonstrated that load displacement curves of conical and triangular pyramidal indenters are different for the same material. For this reason, an independent research on the triangular pyramidal indenter is needed. From FE indentation analyses on various materials, we then investigated the relationships among material properties, indentation parameters and load displacement curves. From this, we established property evaluation formula using dual triangular pyramidal indenters having two different half included angles. The approach provides the values of elastic modulus, yield strength and strain hardening exponent within an average error of 3% for various materials.

  7. Natural convection in asymmetric triangular enclosures heated from below

    Science.gov (United States)

    Kamiyo, O. M.; Angeli, D.; Barozzi, G. S.; Collins, M. W.

    2014-11-01

    Triangular enclosures are typical configurations of attic spaces found in residential as well as industrial pitched-roof buildings. Natural convection in triangular rooftops has received considerable attention over the years, mainly on right-angled and isosceles enclosures. In this paper, a finite volume CFD package is employed to study the laminar air flow and temperature distribution in asymmetric rooftop-shaped triangular enclosures when heated isothermally from the base wall, for aspect ratios (AR) 0.2 <= AR <= 1.0, and Rayleigh number (Ra) values 8 × 105 <= Ra <= 5 × 107. The effects of Rayleigh number and pitch angle on the flow structure and temperature distributions within the enclosure are analysed. Results indicate that, at low pitch angle, the heat transfer between the cold inclined and the hot base walls is very high, resulting in a multi-cellular flow structure. As the pitch angle increases, however, the number of cells reduces, and the total heat transfer rate progressively reduces, even if the Rayleigh number, being based on the enclosure height, rapidly increases. Physical reasons for the above effect are inspected.

  8. MR imaging of the triangular fibrocartilage of the wrist

    International Nuclear Information System (INIS)

    Golimbu, C.N.; Firooznia, H.; Rafii, M.; Melone, C.; Leber, C.

    1988-01-01

    Magnetic resonance (MR) imaging of the wrist was performed in 25 patients who had pain or localized soft-tissue swelling in the ulnar side of the wrist. T1-weighted coronal images were obtained in all patients. In addition, coronal or axial images with T2-weighted or fast-field-echo sequences were obtained in 16 of these patients. MR imaging demonstrated tears of the triangular fibrocartilage of the wrist in 13 patients. Twelve of these tears were confirmed at surgery. In one patient, the triangular fibrocartilage was found at surgery to be stretched and folded on itself but not torn. This represents the one false-positive MR image in this group of patients. In 12 patients, the symptoms could be explained by a diversity of MR abnormalities, such as aseptic necrosis of carpal bones, subluxation of distal radioulnar joint, and synovitis of the tendon sheaths. MR imaging offers the advantage of investigating the triangular fibrocartilage of the wrist in a noninvasive manner; it may be used as a screening method in patients considered for surgery

  9. Development and applications of a flat triangular element for thin laminated shells

    Science.gov (United States)

    Mohan, P.

    Finite element analysis of thin laminated shells using a three-noded flat triangular shell element is presented. The flat shell element is obtained by combining the Discrete Kirchhoff Theory (DKT) plate bending element and a membrane element similar to the Allman element, but derived from the Linear Strain Triangular (LST) element. The major drawback of the DKT plate bending element is that the transverse displacement is not explicitly defined within the interior of the element. In the present research, free vibration analysis is performed both by using a lumped mass matrix and a so called consistent mass matrix, obtained by borrowing shape functions from an existing element, in order to compare the performance of the two methods. Several numerical examples are solved to demonstrate the accuracy of the formulation for both small and large rotation analysis of laminated plates and shells. The results are compared with those available in the existing literature and those obtained using the commercial finite element package ABAQUS and are found to be in good agreement. The element is employed for two main applications involving large flexible structures. The first application is the control of thermal deformations of a spherical mirror segment, which is a segment of a multi-segmented primary mirror used in a space telescope. The feasibility of controlling the surface distortions of the mirror segment due to arbitrary thermal fields, using discrete and distributed actuators, is studied. The second application is the analysis of an inflatable structure, being considered by the US Army for housing vehicles and personnel. The updated Lagrangian formulation of the flat shell element has been developed primarily for the nonlinear analysis of the tent structure, since such a structure is expected to undergo large deformations and rotations under the action of environmental loads like the wind and snow loads. The follower effects of the pressure load have been included in the

  10. A new method for ordering triangular fuzzy numbers

    Directory of Open Access Journals (Sweden)

    S.H. Nasseri

    2010-09-01

    Full Text Available Ranking fuzzy numbers plays a very important role in linguistic decision making and other fuzzy application systems. In spite of many ranking methods, no one can rank fuzzy numbers with human intuition consistently in all cases. Shortcoming are found in some of the convenient methods for ranking triangular fuzzy numbers such as the coefficient of variation (CV index, distance between fuzzy sets, centroid point and original point, and also weighted mean value. In this paper, we introduce a new method for ranking triangular fuzzy number to overcome the shortcomings of the previous techniques. Finally, we compare our method with some convenient methods for ranking fuzzy numbers to illustrate the advantage our method.

  11. Preparation of triangular and hexagonal silver nanoplates on the surface of quartz substrate

    International Nuclear Information System (INIS)

    Jia Huiying; Zeng Jianbo; An Jing; Song Wei; Xu Weiqing; Zhao Bing

    2008-01-01

    In this paper, triangular and hexagonal silver nanoplates were prepared on the surface of quartz substrate using photoreduction of silver ions in the presence of silver seeds. The obtained silver nanoplates were characterized by atomic force microscopy and UV-vis spectroscopy. It was found that the silver seeds played an important role in the formation of triangular and hexagonal silver nanoplates. By varying the irradiation time, nanoplates with different sizes and shapes could be obtained. The growth mechanism for triangular and hexagonal nanoplates prepared on quartz substrate was discussed

  12. Thermodynamic behavior and enhanced magnetocaloric effect in a frustrated spin-1/2 Ising-Heisenberg triangular tube

    Science.gov (United States)

    Alécio, Raphael Cavalcante; Strečka, Jozef; Lyra, Marcelo L.

    2018-04-01

    The thermodynamic behavior of an Ising-Heisenberg triangular tube with Heisenberg intra-rung and Ising inter-rung interactions is exactly obtained in an external magnetic field within the framework of the transfer-matrix method. We report rigorous results for the temperature dependence of the magnetization, entropy, pair correlations and specific heat, as well as typical iso-entropic curves. The discontinuous field-driven ground-state phase transitions are reflected in some anomalous thermodynamic behavior as for instance a striking low-temperature peak of the specific heat and an enhanced magnetocaloric effect. It is demonstrated that the intermediate magnetization plateaus shrink in and the relevant sharp edges associated with the magnetization jump round off upon increasing temperature.

  13. Classification of ulnar triangular fibrocartilage complex tears. A treatment algorithm for Palmer type IB tears.

    Science.gov (United States)

    Atzei, A; Luchetti, R; Garagnani, L

    2017-05-01

    The classical definition of 'Palmer Type IB' triangular fibrocartilage complex tear, includes a spectrum of clinical conditions. This review highlights the clinical and arthroscopic criteria that enable us to categorize five classes on a treatment-oriented classification system of triangular fibrocartilage complex peripheral tears. Class 1 lesions represent isolated tears of the distal triangular fibrocartilage complex without distal radio-ulnar joint instability and are amenable to arthroscopic suture. Class 2 tears include rupture of both the distal triangular fibrocartilage complex and proximal attachments of the triangular fibrocartilage complex to the fovea. Class 3 tears constitute isolated ruptures of the proximal attachment of the triangular fibrocartilage complex to the fovea; they are not visible at radio-carpal arthroscopy. Both Class 2 and Class 3 tears are diagnosed with a positive hook test and are typically associated with distal radio-ulnar joint instability. If required, treatment is through reattachment of the distal radio-ulnar ligament insertions to the fovea. Class 4 lesions are irreparable tears due to the size of the defect or to poor tissue quality and, if required, treatment is through distal radio-ulnar ligament reconstruction with tendon graft. Class 5 tears are associated with distal radio-ulnar joint arthritis and can only be treated with salvage procedures. This subdivision of type IB triangular fibrocartilage complex tear provides more insights in the pathomechanics and treatment strategies. II.

  14. The Interval-Valued Triangular Fuzzy Soft Set and Its Method of Dynamic Decision Making

    OpenAIRE

    Xiaoguo Chen; Hong Du; Yue Yang

    2014-01-01

    A concept of interval-valued triangular fuzzy soft set is presented, and some operations of “AND,” “OR,” intersection, union and complement, and so forth are defined. Then some relative properties are discussed and several conclusions are drawn. A dynamic decision making model is built based on the definition of interval-valued triangular fuzzy soft set, in which period weight is determined by the exponential decay method. The arithmetic weighted average operator of interval-valued triangular...

  15. Polarizing beam splitter of deep-etched triangular-groove fused-silica gratings.

    Science.gov (United States)

    Zheng, Jiangjun; Zhou, Changhe; Feng, Jijun; Wang, Bo

    2008-07-15

    We investigated the use of a deep-etched fused-silica grating with triangular-shaped grooves as a highly efficient polarizing beam splitter (PBS). A triangular-groove PBS grating is designed at a wavelength of 1550 nm to be used in optical communication. When it is illuminated in Littrow mounting, the transmitted TE- and TM-polarized waves are mainly diffracted in the minus-first and zeroth orders, respectively. The design condition is based on the average differences of the grating mode indices, which is verified by using rigorous coupled-wave analysis. The designed PBS grating is highly efficient over the C+L band range for both TE and TM polarizations (>97.68%). It is shown that such a triangular-groove PBS grating can exhibit a higher diffraction efficiency, a larger extinction ratio, and less reflection loss than the binary-phase fused-silica PBS grating.

  16. Natural convection in asymmetric triangular enclosures heated from below

    International Nuclear Information System (INIS)

    Kamiyo, O M; Angeli, D; Enzo Ferrari, Universita di Modena e Reggio Emilia, via Vignolese 905, I-41125 Modena (Italy))" data-affiliation=" (DIEF – Dipartimento di Ingegneria Enzo Ferrari, Universita di Modena e Reggio Emilia, via Vignolese 905, I-41125 Modena (Italy))" >Barozzi, G S; Collins, M W

    2014-01-01

    Triangular enclosures are typical configurations of attic spaces found in residential as well as industrial pitched-roof buildings. Natural convection in triangular rooftops has received considerable attention over the years, mainly on right-angled and isosceles enclosures. In this paper, a finite volume CFD package is employed to study the laminar air flow and temperature distribution in asymmetric rooftop-shaped triangular enclosures when heated isothermally from the base wall, for aspect ratios (AR) 0.2 ≤ AR ≤ 1.0, and Rayleigh number (Ra) values 8 × 10 5 ≤ Ra ≤ 5 × 10 7 . The effects of Rayleigh number and pitch angle on the flow structure and temperature distributions within the enclosure are analysed. Results indicate that, at low pitch angle, the heat transfer between the cold inclined and the hot base walls is very high, resulting in a multi-cellular flow structure. As the pitch angle increases, however, the number of cells reduces, and the total heat transfer rate progressively reduces, even if the Rayleigh number, being based on the enclosure height, rapidly increases. Physical reasons for the above effect are inspected

  17. A microscopic model of triangular arbitrage

    Science.gov (United States)

    Aiba, Yukihiro; Hatano, Naomichi

    2006-11-01

    We introduce a microscopic model which describes the dynamics of each dealer in multiple foreign exchange markets, taking account of the triangular arbitrage transaction. The model reproduces the interaction among the markets well. We explore the relation between the parameters of the present microscopic model and the spring constant of a macroscopic model that we proposed previously.

  18. Arthrography in lesions of triangular fibrocartilage of the wrist

    International Nuclear Information System (INIS)

    Rau, W.S.; Seifert, J.

    1982-01-01

    Arthography of the wrist is a safe method to demonstrate lesions of the triangular fibrocartilage. Indications are posttraumatic pain and restriction of movement of the wrist. Lesions of the triangular fibrocartilage are caused by a distal fracture of the radius with shortening, sudden drop on the overextended hand and work with rock drills. The extent of injury is quite different: small fissures and splits, detachment of the discus from the lower end of the ulna, fragmentation and destruction of the fibrocartilage. Problems of therapy, however, are greater than problems of diagnosis: actually there is no generally adopted surgical method for the treatment of discus lections. (orig./MG)

  19. Arthrography in lesions of triangular fibrocartilage of the wrist

    Energy Technology Data Exchange (ETDEWEB)

    Rau, W.S.; Seifert, J.

    1982-05-01

    Arthography of the wrist is a safe method to demonstrate lesions of the triangular fibrocartilage. Indications are posttraumatic pain and restriction of movement of the wrist. Lesions of the triangular fibrocartilage are caused by a distal fracture of the radius with shortening, sudden drop on the overextended hand and work with rock drills. The extent of injury is quite different: small fissures and splits, detachment of the discus from the lower end of the ulna, fragmentation and destruction of the fibrocartilage. Problems of therapy, however, are greater than problems of diagnosis: actually there is no generally adopted surgical method for the treatment of discus lesions.

  20. Study of solving a Toda dynamic system with loop algebra

    International Nuclear Information System (INIS)

    Zhu Qiao; Yang Zhanying; Shi Kangjie; Wen Junqing

    2006-01-01

    The authors construct a Toda system with Loop algebra, and prove that the Lax equation L=[L,M] can be solved by means of solving a regular Riemann-Hilbert problem. In our system, M in Lax pair is an antisymmetrical matrix, while L=L + + M, and L + is a quasi-upper triangular matrix of loop algebra. In order to check our result, the authors exactly solve an R-H problem under a given initial condition as an example. (authors)

  1. Dynamic hysteresis behaviors in the kinetic Ising system on triangular lattice

    Science.gov (United States)

    Kantar, Ersin; Ertaş, Mehmet

    2018-04-01

    We studied dynamic hysteresis behaviors of the spin-1 Blume-Capel (BC) model in a triangular lattice by means of the effective-field theory (EFT) with correlations and using Glauber-type stochastic dynamics. The effects of the exchange interaction (J), crystal field (D), temperature (T) and oscillating frequency (w) on the hysteresis behaviors of the BC model in a triangular lattice are investigated in detail. Results are compared with some other dynamic studies and quantitatively good agreement is found.

  2. The correlation of initial radiographic characteristics of distal radius fractures and injuries of the triangular fibrocartilage complex.

    Science.gov (United States)

    Kasapinova, K; Kamiloski, V

    2016-06-01

    Our purpose was to determine the correlation of initial radiographic parameters of a distal radius fracture with an injury of the triangular fibrocartilage complex. In a prospective study, 85 patients with surgically treated distal radius fractures were included. Wrist arthroscopy was used to identify and classify triangular fibrocartilage complex lesions. The initial radial length and angulation, dorsal angulation, ulnar variance and distal radioulnar distance were measured. Wrist arthroscopy identified a triangular fibrocartilage complex lesion in 45 patients. Statistical analysis did not identify a correlation with any single radiographic parameter of the distal radius fractures with the associated triangular fibrocartilage complex injuries. The initial radiograph of a distal radius fracture does not predict a triangular fibrocartilage complex injury. III. © The Author(s) 2016.

  3. Thermal–structural analysis of ITER triangular support for dominant load verification

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Yu-Gyeong, E-mail: aspirany@hhi.co.kr [Hyundai Heavy Industries Co., Ltd., 1000, Bangeojinsunhwando-ro, Dong-gu, Ulsan (Korea, Republic of); Hwang, Jong-Hyun; Jung, Yung-Jin [Hyundai Heavy Industries Co., Ltd., 1000, Bangeojinsunhwando-ro, Dong-gu, Ulsan (Korea, Republic of); Kim, Hyun-Soo; Ahn, Hee-Jae [National Fusion Research Institute, 113 Gwahangno, Yuseong-gu, Daejeon-si (Korea, Republic of)

    2014-12-15

    Highlights: • The load combination method is introduced to thermal–structural analysis for contradictive loads occurred simultaneously. • The one-way coupling analysis also conducted for thermal–structural analysis and its validity is checked by comparing with the load combination. • The dominant load for triangular support bracket is determined as the baking condition. - Abstract: The triangular support is located on the lower inner shell of vacuum vessel of ITER, which should be designed to withstand various loads such as nuclear heat, coolant pressure and so on. The appropriateness of its design is evaluated under the dominant load that could represent the most conservative condition among the design loads. In order to decide the dominant load, a valid method for thermal–structural analysis is firstly verified considering contradictory behaviors between heat and structural loads. In this paper, two approaches; one-way coupling and load combination, are introduced for thermal–structural analysis. The one-way coupling is a method generally used but has a limit to apply on contradictory conditions. The load combination could give a proper solution since it evaluates each load independently and then adds up each result linearly. Based on the results of each case, structural analysis for another load case, baking condition with incident, is conducted to find out which load is dominant for triangular support. Consequently, it is found that the baking condition is the dominant load for triangular support bracket. The proposed load combination method gives a physically reasonable solution which can be used as a reference for checking the validity of other thermal–structural analysis. It is expected that these results could be applied for manufacturing design of the triangular support under various load conditions.

  4. Thermal–structural analysis of ITER triangular support for dominant load verification

    International Nuclear Information System (INIS)

    Kim, Yu-Gyeong; Hwang, Jong-Hyun; Jung, Yung-Jin; Kim, Hyun-Soo; Ahn, Hee-Jae

    2014-01-01

    Highlights: • The load combination method is introduced to thermal–structural analysis for contradictive loads occurred simultaneously. • The one-way coupling analysis also conducted for thermal–structural analysis and its validity is checked by comparing with the load combination. • The dominant load for triangular support bracket is determined as the baking condition. - Abstract: The triangular support is located on the lower inner shell of vacuum vessel of ITER, which should be designed to withstand various loads such as nuclear heat, coolant pressure and so on. The appropriateness of its design is evaluated under the dominant load that could represent the most conservative condition among the design loads. In order to decide the dominant load, a valid method for thermal–structural analysis is firstly verified considering contradictory behaviors between heat and structural loads. In this paper, two approaches; one-way coupling and load combination, are introduced for thermal–structural analysis. The one-way coupling is a method generally used but has a limit to apply on contradictory conditions. The load combination could give a proper solution since it evaluates each load independently and then adds up each result linearly. Based on the results of each case, structural analysis for another load case, baking condition with incident, is conducted to find out which load is dominant for triangular support. Consequently, it is found that the baking condition is the dominant load for triangular support bracket. The proposed load combination method gives a physically reasonable solution which can be used as a reference for checking the validity of other thermal–structural analysis. It is expected that these results could be applied for manufacturing design of the triangular support under various load conditions

  5. MR imaging of the triangular fibrocartilage complex and intercarpal ligaments of the wrist

    International Nuclear Information System (INIS)

    Kang, H.S.; Kindynis, P.; Brahme, S.K.; Resnick, D.L.; Haghighi, P.; Haller, J.; Sartoris, D.J.

    1989-01-01

    To understand MR signal characteristics in the triangular fibrocartilage (TFC) complex, the authors performed MR imaging with gross pathologic and histologic analysis in 10 fresh cadaveric wrists. Spin-echo T1-and T2-weighted coronal images were obtained at 1.5T (10-cm field of view, 3-mm thickness, 256 x 256 matrix). Normal portions of the TFC showed a smooth surface with homogeneous low signal intensity except near the radial and lunar attachments. Mucoid degeneration of the TFC, present in all cases, was more severe on the proximal surface and was characterized by bright signal on T1-weighted and less bright signal on T2-weighted images. These findings differed from those of TFC perforation. Similar signal characteristics accompanied degeneration in the scapholunate and lunotriquetral ligaments. The author's findings indicate that MR imaging can accurately delineate degeneration as well as perforation of TFC and intercarpal ligaments

  6. Arthroscopic assisted tendon reconstruction for triangular fibrocartilage complex irreparable tears.

    Science.gov (United States)

    Luchetti, R; Atzei, A

    2017-05-01

    We report our 11-year experience of performing arthroscopically assisted triangular fibrocartilage complex reconstruction in the treatment of chronic distal radio-ulnar joint instability resulting from irreparable triangular fibrocartilage complex injuries. Eleven patients were treated. Three skin incisions were made in order to create radial and ulna tunnels for passage of the tendon graft, which is used to reconstruct the dorsal and palmar radio-ulnar ligaments, under fluoroscopic and arthroscopic guidance. At a mean follow-up of 68 months all but one had a stable distal radio-ulnar joint. Pain and grip strength, Mayo wrist score, Disability of the Arm Hand and Shoulder and patient-rated wrist and hand evaluation scores improved. The ranges of forearm rotation remained largely unchanged. Complications included an early tendon graft tear, two late-onset graft ruptures, one ulna styloid fracture during surgery and persistent wrist discomfort during forearm rotation requiring tendon graft revision in one case. An arthroscopic assisted approach for triangular fibrocartilage complex reconstruction appears safe and produces comparable results with the open technique. IV.

  7. Subspace-Based Noise Reduction for Speech Signals via Diagonal and Triangular Matrix Decompositions

    DEFF Research Database (Denmark)

    Hansen, Per Christian; Jensen, Søren Holdt

    2007-01-01

    We survey the definitions and use of rank-revealing matrix decompositions in single-channel noise reduction algorithms for speech signals. Our algorithms are based on the rank-reduction paradigm and, in particular, signal subspace techniques. The focus is on practical working algorithms, using both...... with working Matlab code and applications in speech processing....

  8. Synthesis of parallel and antiparallel core-shell triangular nanoparticles

    Science.gov (United States)

    Bhattacharjee, Gourab; Satpati, Biswarup

    2018-04-01

    Core-shell triangular nanoparticles were synthesized by seed mediated growth. Using triangular gold (Au) nanoparticle as template, we have grown silver (Ag) shellto get core-shell nanoparticle. Here by changing the chemistry we have grown two types of core-shell structures where core and shell is having same symmetry and also having opposite symmetry. Both core and core-shell nanoparticles were characterized using transmission electron microscopy (TEM) and energy dispersive X-ray spectroscopy (EDX) to know the crystal structure and composition of these synthesized core-shell nanoparticles. From diffraction pattern analysis and energy filtered TEM (EFTEM) we have confirmed the crystal facet in core is responsible for such two dimensional growth of core-shell nanostructures.

  9. Impact of plasma triangularity and collisionality on electron heat transport in TCV L-mode plasmas

    International Nuclear Information System (INIS)

    Camenen, Y.; Pochelon, A.; Behn, R.; Bottino, A.; Bortolon, A.; Coda, S.; Karpushov, A.; Sauter, O.; Zhuang, G.

    2007-01-01

    The impact of plasma shaping on electron heat transport is investigated in TCV L-mode plasmas. The study is motivated by the observation of an increase in the energy confinement time with decreasing plasma triangularity which may not be explained by a change in the temperature gradient induced by changes in the geometry of the flux surfaces. The plasma triangularity is varied over a wide range, from positive to negative values, and various plasmas conditions are explored by changing the total electron cyclotron (EC) heating power and the plasma density. The mid-radius electron heat diffusivity is shown to significantly decrease with decreasing triangularity and, for similar plasma conditions, only half of the EC power is required at a triangularity of -0.4 compared with +0.4 to obtain the same temperature profile. Besides, the observed dependence of the electron heat diffusivity on the electron temperature, electron density and effective charge can be grouped in a unique dependence on the plasma effective collisionality. In summary, the electron heat transport level exhibits a continuous decrease with decreasing triangularity and increasing collisionality. Local gyro-fluid and global gyro-kinetic simulations predict that trapped electron modes are the most unstable modes in these EC heated plasmas with an effective collisionality ranging from 0.2 to 1. The modes stability dependence on the plasma triangularity is investigated

  10. Coupling effect of topological states and Chern insulators in two-dimensional triangular lattices

    Science.gov (United States)

    Zhang, Jiayong; Zhao, Bao; Xue, Yang; Zhou, Tong; Yang, Zhongqin

    2018-03-01

    We investigate topological states of two-dimensional (2D) triangular lattices with multiorbitals. Tight-binding model calculations of a 2D triangular lattice based on px and py orbitals exhibit very interesting doubly degenerate energy points at different positions (Γ and K /K' ) in momentum space, with quadratic non-Dirac and linear Dirac band dispersions, respectively. Counterintuitively, the system shows a global topologically trivial rather than nontrivial state with consideration of spin-orbit coupling due to the "destructive interference effect" between the topological states at the Γ and K /K' points. The topologically nontrivial state can emerge by introducing another set of triangular lattices to the system (bitriangular lattices) due to the breakdown of the interference effect. With first-principles calculations, we predict an intrinsic Chern insulating behavior (quantum anomalous Hall effect) in a family of the 2D triangular lattice metal-organic framework of Co(C21N3H15) (TPyB-Co) from this scheme. Our results provide a different path and theoretical guidance for the search for and design of new 2D topological quantum materials.

  11. CFD Studies on Triangular Micro-Vortex Generators in Flow Control

    Science.gov (United States)

    Yashodhar, V.; Humrutha, G.; Kaushik, M.; Khan, S. A.

    2017-03-01

    In the present study, the flow characteristics of the commercially used S809 wind turbine airfoil controlled with triangular counter-rotating micro-vortex generators at stall angle of attack of 15 degrees and 10 m/s, 15 m/s and 20 m/s (speed range used in the wind turbine applications) had been computationally investigated. In addition to the controlled airfoil, an uncontrolled airfoil was also studied for the comparison. The modelling and analysis had been carried out using incompressible, Reynolds Averaged Navier Stokes equation using Spalart-Allmaras one equation turbulence model. The numerical computations were performed with SIMPLE algorithm. The velocity profiles at different locations on the suction surface were plotted for both uncontrolled and controlled airfoils. The shear stresses exerted on the upper surface of the airfoil in both the configurations were also compared. It is found that the controlled airfoil, the shear stress distribution was greatly increased near to trailing edge of the airfoil revealing the superiority of vortex generators in increasing the efficiency of wind turbine by delaying boundary layer separation. The qualitative results of flow visualization in the spanwise direction also support the quantitative findings of velocity profiles and shear stress distribution.

  12. Phase diagram of the quantum Ising model with long-range interactions on an infinite-cylinder triangular lattice

    Science.gov (United States)

    Saadatmand, S. N.; Bartlett, S. D.; McCulloch, I. P.

    2018-04-01

    Obtaining quantitative ground-state behavior for geometrically-frustrated quantum magnets with long-range interactions is challenging for numerical methods. Here, we demonstrate that the ground states of these systems on two-dimensional lattices can be efficiently obtained using state-of-the-art translation-invariant variants of matrix product states and density-matrix renormalization-group algorithms. We use these methods to calculate the fully-quantitative ground-state phase diagram of the long-range interacting triangular Ising model with a transverse field on six-leg infinite-length cylinders and scrutinize the properties of the detected phases. We compare these results with those of the corresponding nearest neighbor model. Our results suggest that, for such long-range Hamiltonians, the long-range quantum fluctuations always lead to long-range correlations, where correlators exhibit power-law decays instead of the conventional exponential drops observed for short-range correlated gapped phases. Our results are relevant for comparisons with recent ion-trap quantum simulator experiments that demonstrate highly-controllable long-range spin couplings for several hundred ions.

  13. Basic Employability Skills: A Triangular Design Approach

    Science.gov (United States)

    Rosenberg, Stuart; Heimler, Ronald; Morote, Elsa-Sofia

    2012-01-01

    Purpose: This paper seeks to examine the basic employability skills needed for job performance, the reception of these skills in college, and the need for additional training in these skills after graduation. Design/methodology/approach: The research was based on a triangular design approach, in which the attitudes of three distinct groups--recent…

  14. A teoria triangular do amor de Sternberg e o modelo dos cinco grandes fatores Sternberg's triangular theory of love and the big five factor model

    Directory of Open Access Journals (Sweden)

    Bruna Gomes Mônego

    2011-04-01

    Full Text Available O presente estudo investigou a influência dos traços de personalidade de acordo com o modelo dos Cinco Grandes Fatores (CGF e do amor segundo a Teoria Triangular do Amor de Sternberg na satisfação conjugal. A amostra foi composta por 192 universitários que vivenciavam um relacionamento amoroso classificado como ficante, namoro/noivado ou casamento. Os participantes responderam coletivamente à Escala Fatorial de Satisfação em Relacionamento de Casal, à Escala Triangular do Amor de Sternberg e à Bateria Fatorial de Personalidade. Os resultados indicaram padrões diferentes de correlação para cada tipo de relacionamento e o modelo de Regressão Linear Múltipla foi significativo (F=23,19, gl=10, pThis present study investigated the influence of personality traits according to the Big Five Factors (CGF model and to love according to Sternberg's Triangular Theory of Love in marital satisfaction. Sample was composed by 192 undergraduate students who experienced a loving relationship classified as an informal relationship, dating/engagement or wedding. Participants answered the "Escala Fatorial de Satisfação em Relacionamento de Casal", the Sternberg's Triangular Love Scale and the "Bateria Fatorial de Personalidade". Data showed different patterns of correlation for each type of relationship and multiple linear regression model was significant (F=23.19, df=10, p<0.001 and explained 58% of the variance. The intimacy, passion and conscientiousness constructs contributed positively to the satisfaction, while neuroticism had a negative influence. The commitment component and the other personality traits did not reach statistical significance.

  15. Hesitant triangular fuzzy information aggregation operators based on Bonferroni means and their application to multiple attribute decision making.

    Science.gov (United States)

    Wang, Chunyong; Li, Qingguo; Zhou, Xiaoqiang; Yang, Tian

    2014-01-01

    We investigate the multiple attribute decision-making (MADM) problems with hesitant triangular fuzzy information. Firstly, definition and some operational laws of hesitant triangular fuzzy elements are introduced. Then, we develop some hesitant triangular fuzzy aggregation operators based on Bonferroni means and discuss their basic properties. Some existing operators can be viewed as their special cases. Next, we apply the proposed operators to deal with multiple attribute decision-making problems under hesitant triangular fuzzy environment. Finally, an illustrative example is given to show the developed method and demonstrate its practicality and effectiveness.

  16. An experimental investigation of head loss through a triangular “V- shaped” screen

    Directory of Open Access Journals (Sweden)

    Mahmoud Zayed

    2018-03-01

    Full Text Available Common traditional screens (screens perpendicular and vertical to the flow direction face extensive problems with screen blockage, which can result in adverse hydraulic, environmental, and economic consequences. Experimentally, this paper presents an advanced trash screen concept to reduce traditional screen problems and improve the hydraulic performance of screens. The traditional screen is re-developed using a triangular V shape with circular bars in the flow direction. Triangular V-shaped screen models with different angles, blockage ratios, circular bar designs, and flow discharges were tested in a scaled physical model. The analyses provide promising results. The findings showed that the head loss coefficients were effectively reduced by using the triangular V-shaped screens with circular bars (α < 90° in comparison with the traditional trash screen (α = 90. Additionally, the results indicated that the head loss across the screen increased with increasing flow discharge and blockage ratio. The losses considerably increase by large percentages when the screen becomes blocked by 40%. Low head losses were recorded at low screen angles for the circular bars. A new head loss equation is recommended for triangular screens with circular bars.

  17. ON LU FACTORIZATION ALGORITHM WITH MULTIPLIERS

    African Journals Online (AJOL)

    Various algorithm such as Doolittle, Crouts and Cholesky's have been proposed to factor a square matrix into a product of L and U matrices, that is, to find L and U such that A = LU; where L and U are lower and upper triangular matrices respectively. These methods are derived by writing the general forms of L and U and the ...

  18. Triangular Numbers, Gaussian Integers, and KenKen

    Science.gov (United States)

    Watkins, John J.

    2012-01-01

    Latin squares form the basis for the recreational puzzles sudoku and KenKen. In this article we show how useful several ideas from number theory are in solving a KenKen puzzle. For example, the simple notion of triangular number is surprisingly effective. We also introduce a variation of KenKen that uses the Gaussian integers in order to…

  19. Algorithm 865

    DEFF Research Database (Denmark)

    Gustavson, Fred G.; Reid, John K.; Wasniewski, Jerzy

    2007-01-01

    We present subroutines for the Cholesky factorization of a positive-definite symmetric matrix and for solving corresponding sets of linear equations. They exploit cache memory by using the block hybrid format proposed by the authors in a companion article. The matrix is packed into n(n + 1)/2 real...... variables, and the speed is usually better than that of the LAPACK algorithm that uses full storage (n2 variables). Included are subroutines for rearranging a matrix whose upper or lower-triangular part is packed by columns to this format and for the inverse rearrangement. Also included is a kernel...

  20. Dominance on Strict Triangular Norms and Mulholland Inequality

    Czech Academy of Sciences Publication Activity Database

    Petrík, Milan

    2018-01-01

    Roč. 335, 15 March (2018), s. 3-17 ISSN 0165-0114 R&D Projects: GA ČR GJ15-07724Y Institutional support: RVO:67985807 Keywords : dominance relation * Mulholland inequality * strict triangular norm * transitivity Subject RIV: BA - General Mathematics Impact factor: 2.718, year: 2016

  1. Indications, techniques, and outcomes of arthroscopic repair of scapholunate ligament and triangular fibrocartilage complex.

    Science.gov (United States)

    Mathoulin, C L

    2017-07-01

    This review includes updated understanding of the roles of intrinsic and extrinsic carpal ligaments in scapholunate instability and details the author's experience of indications, arthroscopic repair methods, and outcomes of treating the instability. A classification on triangular fibrocartilage complex injuries is reviewed, followed by author's indications, methods, and outcomes of arthroscopic repair of triangular fibrocartilage complex injuries.

  2. Unitary Root Music and Unitary Music with Real-Valued Rank Revealing Triangular Factorization

    Science.gov (United States)

    2010-06-01

    AFRL-RY-WP-TP-2010-1213 UNITARY ROOT MUSIC AND UNITARY MUSIC WITH REAL-VALUED RANK REVEALING TRIANGULAR FACTORIZATION (Postprint) Nizar...DATES COVERED (From - To) June 2010 Journal Article Postprint 08 September 2006 – 31 August 2009 4. TITLE AND SUBTITLE UNITARY ROOT MUSIC AND...UNITARY MUSIC WITH REAL-VALUED RANK REVEALING TRIANGULAR FACTORIZATION (Postprint) 5a. CONTRACT NUMBER 5b. GRANT NUMBER FA8650-05-D-1912-0007 5c

  3. Solution of two energy-group neutron diffusion equation by triangular elements

    International Nuclear Information System (INIS)

    Correia Filho, A.

    1981-01-01

    The application of the triangular finite elements of first order in the solution of two energy-group neutron diffusion equation in steady-state conditions is aimed at. The EFTDN (triangular finite elements in neutrons diffusion) computer code in FORTRAN IV language is developed. The discrete formulation of the diffusion equation is obtained applying the Galerkin method. The power method is used to solve the eigenvalues' problem and the convergence is accelerated through the use of Chebshev polynomials. For the equation systems solution the Gauss method is applied. The results of the analysis of two test-problems are presented. (Author) [pt

  4. Anisotropic Adhesion Properties of Triangular-Tip-Shaped Micropillars

    KAUST Repository

    Kwak, Moon Kyu

    2011-06-01

    Directional dry adhesive microstructures consisting of high-density triangular-tip-shaped micropillars are described. The wide-tip structures allow for unique directional shear adhesion properties with respect to the peeling direction, along with relatively high normal adhesion. © 2011 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  5. Diffusion on unstructured triangular grids using Lattice Boltzmann

    NARCIS (Netherlands)

    Sman, van der R.G.M.

    2004-01-01

    In this paper, we present a Lattice Boltzmann scheme for diffusion on unstructured triangular grids. In this formulation there is no need for interpolation, as is required in other LB schemes on irregular grids. At the end of the propagation step, the lattice gas particles arrive exactly at

  6. Anisotropic Adhesion Properties of Triangular-Tip-Shaped Micropillars

    KAUST Repository

    Kwak, Moon Kyu; Jeong, Hoon Eui; Bae, Won Gyu; Jung, Ho-Sup; Suh, Kahp Y.

    2011-01-01

    Directional dry adhesive microstructures consisting of high-density triangular-tip-shaped micropillars are described. The wide-tip structures allow for unique directional shear adhesion properties with respect to the peeling direction, along with relatively high normal adhesion. © 2011 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  7. Chemical lift-off of (11-22) semipolar GaN using periodic triangular cavities

    Science.gov (United States)

    Jeon, Dae-Woo; Lee, Seung-Jae; Jeong, Tak; Baek, Jong Hyeob; Park, Jae-Woo; Jang, Lee-Woon; Kim, Myoung; Lee, In-Hwan; Ju, Jin-Woo

    2012-01-01

    Chemical lift-off of (11-22) semipolar GaN using triangular cavities was investigated. The (11-22) semipolar GaN was grown using epitaxial lateral overgrowth by metal-organic chemical vapor deposition on m-plane sapphire, in such a way as to keep N terminated surface of c-plane GaN exposed in the cavities. After regrowing 300 μm thick (11-22) semipolar GaN by hydride vapor phase epitaxy for a free-standing (11-22) semipolar GaN substrate, the triangular cavities of the templates were chemically etched in molten KOH. The (000-2) plane in the triangular cavities can be etched in the [0002] direction with the high lateral etching rate of 196 μm/min. The resulting free-standing (11-22) semipolar GaN substrate was confirmed to be strain-free by the Raman analysis.

  8. The structure of solutions of the matrix linear unilateral polynomial equation with two variables

    Directory of Open Access Journals (Sweden)

    N. S. Dzhaliuk

    2017-07-01

    Full Text Available We investigate the structure of solutions of the matrix linear polynomial equation $A(\\lambdaX(\\lambda+B(\\lambdaY(\\lambda=C(\\lambda,$ in particular, possible degrees of the solutions. The solving of this equation is reduced to the solving of the equivalent matrix polynomial equation with matrix coefficients in triangular forms with invariant factors on the main diagonals, to which the matrices $A (\\lambda, B(\\lambda$ \\ and \\ $C(\\lambda$ are reduced by means of semiscalar equivalent transformations. On the basis of it, we have pointed out the bounds of the degrees of the matrix polynomial equation solutions. Necessary and sufficient conditions for the uniqueness of a solution with a minimal degree are established. An effective method for constructing minimal degree solutions of the equations is suggested. In this article, unlike well-known results about the estimations of the degrees of the solutions of the matrix polynomial equations in which both matrix coefficients are regular or at least one of them is regular, we have considered the case when the matrix polynomial equation has arbitrary matrix coefficients $A(\\lambda$ and $B(\\lambda.$ 

  9. Lattice Boltzmann scheme for diffusion on triangular grids

    NARCIS (Netherlands)

    Sman, van der R.G.M.

    2003-01-01

    In this paper we present a Lattice Boltzmann scheme for diffusion on it unstructured triangular grids. In this formulation of a LB for irregular grids there is no need for interpolation, which is required in other LB schemes on irregular grids. At the end of the propagation step the lattice gas

  10. Behaviour of Lagrangian triangular mixed fluid finite elements

    Indian Academy of Sciences (India)

    The behaviour of mixed fluid finite elements, formulated based on the Lagrangian frame of reference, is investigated to understand the effects of locking due to incompressibility and irrotational constraints. For this purpose, both linear and quadratic mixed triangular fluid elements are formulated. It is found that there exists a ...

  11. Robust band gap and half-metallicity in graphene with triangular perforations

    DEFF Research Database (Denmark)

    Gregersen, Søren Schou; Power, Stephen; Jauho, Antti-Pekka

    2016-01-01

    . The inclusion of spin polarization within a mean-field Hubbard approach gives rise to a large overall magnetic moment at each antidot due to the sublattice imbalance imposed by the triangular geometry. Half-metallic behavior arises from the formation of spin-split dispersive states near the Fermi energy...... disorders. Here we study a rectangular array of triangular antidots with zigzag edge geometries and show that their band gap behavior qualitatively differs from the standard behavior which is exhibited, e.g., by rectangular arrays of armchair-edged triangles. In the spin unpolarized case, zigzag......, and furthermore, of exploiting the strong spin dependence of the system for spintronic applications....

  12. Performance improvement of InGaN/GaN light-emitting diodes with triangular- shaped multiple quantum wells

    International Nuclear Information System (INIS)

    Zhu, Li-Hong; Zheng, Qing-Hong; Liu, Bao-Lin

    2009-01-01

    Triangular-shaped InGaN/GaN multiple quantum wells (MQWs) grown on a sapphire substrate were adopted as an active layer of light-emitting diodes (LEDs). The temperature dependence of the normalized integrated photoluminescence (PL) intensity showed that the internal quantum efficiency (IQE) of the LEDs with triangular-shaped MQW is much higher than that of the LEDs with conventional rectangular MQW structures. The electroluminescence (EL) spectra of the two series devices have been comparatively studied as functions of injection current. It was found that the device with the triangular-shaped MQW structure exhibited a stronger intensity and a narrower linewidth. Furthermore, the peak energy is nearly independent of the injection current, indicating that the triangular MQW LEDs are more efficient and stable than the rectangular ones

  13. Effectiveness of Rotation-free Triangular and Quadrilateral Shell Elements in Sheet-metal Forming Simulations

    International Nuclear Information System (INIS)

    Brunet, M.; Sabourin, F.

    2005-01-01

    This paper is concerned with the effectiveness of triangular 3-node shell element without rotational d.o.f. and the extension to a new 4-node quadrilateral shell element called S4 with only 3 translational degrees of freedom per node and one-point integration. The curvatures are computed resorting to the surrounding elements. Extension from rotation-free triangular element to a quadrilateral element requires internal curvatures in order to avoid singular bending stiffness. Two numerical examples with regular and irregular meshes are performed to show the convergence and accuracy. Deep-drawing of a box, spring-back analysis of a U-shape strip sheet and the crash simulation of a beam-box complete the demonstration of the bending capabilities of the proposed rotation-free triangular and quadrilateral elements

  14. Logical spin-filtering in a triangular network of quantum nanorings with a Rashba spin-orbit interaction

    Science.gov (United States)

    Dehghan, E.; Sanavi Khoshnoud, D.; Naeimi, A. S.

    2018-01-01

    The spin-resolved electron transport through a triangular network of quantum nanorings is studied in the presence of Rashba spin-orbit interaction (RSOI) and a magnetic flux using quantum waveguide theory. This study illustrates that, by tuning Rashba constant, magnetic flux and incoming electron energy, the triangular network of quantum rings can act as a perfect logical spin-filtering with high efficiency. By changing in the energy of incoming electron, at a proper value of the Rashba constant and magnetic flux, a reverse in the direction of spin can take place in the triangular network of quantum nanorings. Furthermore, the triangular network of quantum nanorings can be designed as a device and shows several simultaneous spintronic properties such as spin-splitter and spin-inverter. This spin-splitting is dependent on the energy of the incoming electron. Additionally, different polarizations can be achieved in the two outgoing leads from an originally incoming spin state that simulates a Stern-Gerlach apparatus.

  15. [Fluorescence Resonance Energy Transfer Detection of Cobalt Ions by Silver Triangular Nanoplates and Rhodamine 6G].

    Science.gov (United States)

    Zhang, Xiu-qing; Peng, Jun; Ling, Jian; Liu, Chao-juan; Cao, Qiu-e; Ding, Zhong-tao

    2015-04-01

    In the present paper, the authors studied fluorescence resonance energy transfer (FRET) phenomenon between silver triangular nanoplates and bovine serum albumin (BSA)/Rhodamine 6G fluorescence complex, and established a fluorescence method for the detection of cobalt ions. We found that when increasing the silver triangular nanoplates added to certain concentrations of fluorescent bovine serum albumin (BSA)/Rhodamine 6G complex, the fluorescence of Rhodamine 6G would be quenched up to 80% due to the FRET between the quencher and donor. However, in the presence of cobalt ions, the disassociation of the fluorescent complex from silver triangular nanoplates occurred and the fluorescence of the Rhodamine 6G recovered. The recovery of fluorescence intensity rate (I/I0) has a good relationship with the cobalt ion concentration (cCO2+) added. Thus, the authors developed a fluorescence method for the detection of cobalt ions based on the FRET of silver triangular nanoplates and Rhodamine 6G.

  16. Diagnosing central lesions of the triangular fibrocartilage as traumatic or degenerative: a review of clinical accuracy.

    Science.gov (United States)

    Löw, S; Erne, H; Pillukat, T; Mühldorfer-Fodor, M; Unglaub, F; Spies, C K

    2017-05-01

    This study examined the reliability of surgeons' estimations as to whether central lesions of the triangular fibrocartilage complex were traumatic or degenerative. A total of 50 consecutive central triangular fibrocartilage complex lesions were independently rated by ten experienced wrist surgeons viewing high-quality arthroscopy videos. The videos were reassessed after intervals of 3 months; at the second assessment surgeons were given the patient's history, radiographs and both, each in a randomized order. Finally, the surgeons assessed the histories and radiographs without the videos. Kappa statistics revealed fair interrater agreement when the histories were added to the videos. The other four modalities demonstrated moderate agreement, with lower Kappa values for the assessment without videos. Intra-rater reliability showed fair agreement for three surgeons, moderate agreement for two surgeons and substantial agreement for five surgeons. It appears that classification of central triangular fibrocartilage complex lesions depends on the information provided upon viewing the triangular fibrocartilage complex at arthroscopy. II.

  17. Simultaneous travel time tomography for updating both velocity and reflector geometry in triangular/tetrahedral cell model

    Science.gov (United States)

    Bai, Chao-ying; He, Lei-yu; Li, Xing-wang; Sun, Jia-yu

    2018-05-01

    To conduct forward and simultaneous inversion in a complex geological model, including an irregular topography (or irregular reflector or velocity anomaly), we in this paper combined our previous multiphase arrival tracking method (referred as triangular shortest-path method, TSPM) in triangular (2D) or tetrahedral (3D) cell model and a linearized inversion solver (referred to as damped minimum norms and constrained least squares problem solved using the conjugate gradient method, DMNCLS-CG) to formulate a simultaneous travel time inversion method for updating both velocity and reflector geometry by using multiphase arrival times. In the triangular/tetrahedral cells, we deduced the partial derivative of velocity variation with respective to the depth change of reflector. The numerical simulation results show that the computational accuracy can be tuned to a high precision in forward modeling and the irregular velocity anomaly and reflector geometry can be accurately captured in the simultaneous inversion, because the triangular/tetrahedral cell can be easily used to stitch the irregular topography or subsurface interface.

  18. TLC scheme for numerical solution of the transport equation on equilateral triangular meshes

    International Nuclear Information System (INIS)

    Walters, W.F.

    1983-01-01

    A new triangular linear characteristic TLC scheme for numerically solving the transport equation on equilateral triangular meshes has been developed. This scheme uses the analytic solution of the transport equation in the triangle as its basis. The data on edges of the triangle are assumed linear as is the source representation. A characteristic approach or nodal approach is used to obtain the analytic solution. Test problems indicate that the new TLC is superior to the widely used DITRI scheme for accuracy

  19. Double Exponential Instability of Triangular Arbitrage Systems

    OpenAIRE

    Cross, Rod; Kozyakin, Victor

    2012-01-01

    If financial markets displayed the informational efficiency postulated in the efficient markets hypothesis (EMH), arbitrage operations would be self-extinguishing. The present paper considers arbitrage sequences in foreign exchange (FX) markets, in which trading platforms and information are fragmented. In Kozyakin et al. (2010) and Cross et al. (2012) it was shown that sequences of triangular arbitrage operations in FX markets containing 4 currencies and trader-arbitrageurs tend to display p...

  20. Flat plate film cooling at the coolant supply into triangular and cylindrical craters

    Directory of Open Access Journals (Sweden)

    Khalatov Artem A.

    2017-01-01

    Full Text Available The results are given of the film cooling numerical simulation of three different schemes including single-array of the traditional round inclined holes, as well as inclined holes arranged in the cylindrical or triangular dimples (craters. The results of simulation showed that at the medium and high values of the blowing ratio (m > 1.0 the scheme with coolant supply into triangular craters improves the adiabatic film cooling efficiency by 1.5…2.7 times compared to the traditional array of inclined holes, or by 1.3…1.8 times compared to the scheme with coolant supply into cylindrical craters. The greater film cooling efficiency with the coolant supply into triangular craters is explained by decrease in the intensity of secondary vortex structures (“kidney” vortex. This is due to the partial destruction and transformation of the coolant jets structure interacting with front wall of the crater. Simultaneously, the film cooling uniformity is increased in the span-wise direction.

  1. 2-D modeling of dual-mode acoustic phonon excitation of a triangular nanoplate

    International Nuclear Information System (INIS)

    Tai, Po-Tse; Yu, Pyng; Tang, Jau

    2010-01-01

    Graphical abstract: Modeling the lattice dynamics of a triangular plate with the arrows indicating the direction of impulsive thermal stress. We investigated ultrafast structural dynamics of triangular nanoplates based on 2-D Fermi-Pasta-Ulam model to explain coherent acoustic phonon excitation in nanoprisms. - Abstract: In this theoretical work, we investigated coherent phonon excitation of a triangular nanoplate based on 2-D Fermi-Pasta-Ulam lattice model. Based on the two-temperature model commonly used in description of laser heating of metals, we considered two kinds of forces related to electronic and lattice stresses. Based on extensive simulation and analysis, we identified two major planar phonon modes, namely, a standing wave mode related to the triangle bisector and another mode corresponding to half of the side length. This work elucidates the roles of laser-induced electronic stress and lattice stress in controlling the initial phase and the amplitude ratio between these two phonon modes.

  2. Euler y la Conjetura de Fermat sobre Números Triangulares

    Directory of Open Access Journals (Sweden)

    José Manuel Sánchez Muñoz

    2011-04-01

    Full Text Available Este artículo describe la historia de como Euler demostró la existencia de infinitos números triangulares bicuadráticos, desde su correspondencia con su amigo Christian Goldbach hasta la publicación de sus resultados en la Academia de San Petesburgo.

  3. Multiple Fano-Like MIM Plasmonic Structure Based on Triangular Resonator for Refractive Index Sensing

    OpenAIRE

    Jankovic, Nikolina; Cselyuszka, Norbert

    2018-01-01

    In this paper, we present a Fano metal-insulator-metal (MIM) structure based on an isosceles triangular cavity resonator for refractive index sensing applications. Due to the specific feeding scheme and asymmetry introduced in the triangular cavity, the resonator exhibits four sharp Fano-like resonances. The behavior of the structure is analyzed in detail and its sensing capabilities demonstrated through the responses for various refractive indices. The results show that the sensor has very g...

  4. IN SEARCH OF IDEAL FORM- RATIO OF TRIANGULAR CHANNEL

    Directory of Open Access Journals (Sweden)

    B. C. DAS

    2014-11-01

    Full Text Available In Search of Ideal Form-Ratio of Triangular Channel. Cross-sectional form of a natural channel is a two dimensional variable which is thoroughly studied by scholars from different fields on natural sciences like hydrology, geology, geomorphology, etc. Average river channels tend to develop their channel-cross sectional form in a way to produce an approximate equilibrium between the channel and the water and sediment it transport. But how far it is deviated from the ideal cross-sectional form can only be determined by knowing the ideal form which was calculated by Hickin for rectangular channel. This ideal cross-sectional form of ‘maximum efficiency’ is virtually a theoretical one and attaining of which the river transports its water and load with least friction with its bed. ‘Ideal form ratio’ provides numerical tools for triangular channel to determine the degree of deviation of a cross-sectional form from that of an ideal one.

  5. Development of internal transport barrier scenarios at ITER-relevant high triangularity in JET

    International Nuclear Information System (INIS)

    Rimini, F.G.; Becoulet, M.; Giovannozzi, E.; Lomas, P.J.; Tudisco, O.; Alper, B.; Crisanti, F.; Baar, M. de; Luna, E. de La; Vries, P. de; Ekedahl, A.; Hawkes, N.; Huysmans, G.; Litaudon, X.; Parail, V.; Saibene, G.; Tuccillo, A.A.; Zastrow, K.D.

    2005-01-01

    The development of scenarios characterized by H-mode confinement and internal transport barriers (ITBs) in high triangularity, δ ∼ 0.4-0.5, discharges is of particular interest for ITER advanced tokamak operation. Previous JET experiments have shown that high triangularity favours H-modes which are ELM-free or develop type I edge localized mode (ELM) activity, which inhibits long lasting ITBs. The recent experiments reported here concentrate on integrated optimization of edge and core conditions. The stability of the edge pedestal was controlled using gas injection, deuterium or light impurities, and plasma current ramps. Both methods yield more ITB-friendly edge pedestal conditions, varying from small type I to type III ELMs and, in extreme cases, resulting in L-mode. In parallel, the conditions for triggering and sustaining ITBs encompassing a large proportion of the plasma volume (outer ITBs) were optimized, as opposed to less performing ITBs located closer to the plasma centre (inner ITB). These plasmas have deeply reversed target current profiles with q min ∼ 3 and a narrow inner ITB, located typically at a small normalized radius ρ E , at q 95 = 7.5, H 89 β N ∼ 3.5-4 and ∼60% of the Greenwald density limit. In summary, a high triangularity scenario has been developed, which combines the desirable characteristics of controlled edge, long lasting wide ITBs and high performance at density higher than the low triangularity JET scenarios

  6. The Triangular Sign, a Useful Diagnostic Marker for Biliary Atresia: A Case Series of Three Irish Infants

    LENUS (Irish Health Repository)

    Smith, A

    2018-06-01

    The triangular cord (TC) sign is the appearance of a triangular shaped echogenic density visualised immediately cranial to the portal vein bifurcation on ultrasonographic examination. Several studies have reported that this ultrasonographic sign is a reliable and helpful marker in identifying Biliary Atresia (BA).

  7. Comparative study on triangular and quadrilateral meshes by a finite-volume method with a central difference scheme

    KAUST Repository

    Yu, Guojun

    2012-10-01

    In this article, comparative studies on computational accuracies and convergence rates of triangular and quadrilateral meshes are carried out in the frame work of the finite-volume method. By theoretical analysis, we conclude that the number of triangular cells needs to be 4/3 times that of quadrilateral cells to obtain similar accuracy. The conclusion is verified by a number of numerical examples. In addition, the convergence rates of the triangular meshes are found to be slower than those of the quadrilateral meshes when the same accuracy is obtained with these two mesh types. © 2012 Taylor and Francis Group, LLC.

  8. Comparative study on triangular and quadrilateral meshes by a finite-volume method with a central difference scheme

    KAUST Repository

    Yu, Guojun; Yu, Bo; Sun, Shuyu; Tao, Wenquan

    2012-01-01

    In this article, comparative studies on computational accuracies and convergence rates of triangular and quadrilateral meshes are carried out in the frame work of the finite-volume method. By theoretical analysis, we conclude that the number of triangular cells needs to be 4/3 times that of quadrilateral cells to obtain similar accuracy. The conclusion is verified by a number of numerical examples. In addition, the convergence rates of the triangular meshes are found to be slower than those of the quadrilateral meshes when the same accuracy is obtained with these two mesh types. © 2012 Taylor and Francis Group, LLC.

  9. Triangularly arranged heat exchanger bundles to restrain wind effects on natural draft dry cooling system

    International Nuclear Information System (INIS)

    Liao, H.T.; Yang, L.J.; Du, X.Z.; Yang, Y.P.

    2016-01-01

    Highlights: • Triangularly arranged heat exchanger around the dry-cooling tower is proposed. • By coupling condenser with dry cooling system, TACHE performance is obtained. • At low wind speeds, cooling performance with TACHE is inferior to that with CACHE. • Better performance can be achieved for cooling system with TACHE at high wind speeds. • TACHE can be applied to the region with the strong prevailing wind all year around. - Abstract: It has been commonly recognized that the crosswind may deteriorate the cooling performance of the natural draft dry cooling system with vertically arranged heat exchanger bundles around the circumference of dry-cooling tower. With the purpose for restraining the adverse effects of ambient winds, a novel triangular configuration of heat exchanger bundles is proposed in this work. The air-side flow and heat transfer models coupled with the circulating water heat transfer process are developed for two kinds of natural draft dry cooling systems with the conventional circularly arranged and novel triangularly arranged heat exchanger bundles, by which the flow and temperature fields, mass flow rate of cooling air, outlet water temperature of heat exchanger and turbine back pressure are obtained. Three wind directions of 0°, 90°, and 180° are investigated at various wind speeds for the natural draft dry cooling system with triangularly arranged heat exchanger bundles, which are compared with the conventional system with circularly arranged heat exchanger bundles. The results show that the thermo-flow performances of the natural draft dry cooling system with triangularly arranged heat exchanger get improved significantly at high wind speeds and in the wind direction of 180°, thus a low turbine back pressure can be achieved, which is of benefit to the energy efficiency of the power generating unit. The natural draft dry cooling system with triangularly arranged heat exchanger is recommended to apply to the regions with

  10. The evidence for synthesis of truncated triangular silver nanoplates in the presence of CTAB

    International Nuclear Information System (INIS)

    He Xin; Zhao Xiujian; Chen Yunxia; Feng Jinyang

    2008-01-01

    Truncated triangular silver nanoplates were prepared by a solution-phase approach, which involved the seed-mediated growth of silver nanoparticles in the presence of cetyltrimethylammonium bromide (CTAB) at 40 deg. C. The result of X-ray diffraction indicates that the as-prepared nanoparticles are made of pure face centered cubic silver. Transmission electron microscopy and atomic force microscopy studies show that the truncated triangular silver nanoplates, with edge lengths of 50 ± 5 nm and thicknesses of 27 ± 3 nm, are oriented differently on substrates of a copper grid and a fresh mica flake. The corners of these nanoplates are round. The selected area electron diffraction analysis reveals that the silver nanoplates are single crystals with an atomically flat surface. We determine the holistic morphology of truncated triangular silver nanoplates through the above measurements with the aid of computer-aided 3D perspective images

  11. An approach to decision-making with triangular fuzzy reciprocal preference relations and its application

    Science.gov (United States)

    Meng, Fanyong

    2018-02-01

    Triangular fuzzy reciprocal preference relations (TFRPRs) are powerful tools to denoting decision-makers' fuzzy judgments, which permit the decision-makers to apply triangular fuzzy ratio rather than real numbers to express their judgements. Consistency analysis is one of the most crucial issues in preference relations that can guarantee the reasonable ranking order. However, all previous consistency concepts cannot well address this type of preference relations. Based on the operational laws on triangular fuzzy numbers, this paper introduces an additive consistency concept for TFRPRs by using quasi TFRPRs, which can be seen as a natural extension of the crisp case. Using this consistency concept, models to judging the additive consistency of TFRPRs and to estimating missing values in complete TFRPRs are constructed. Then, an algorithm to decision-making with TFRPRs is developed. Finally, two numerical examples are offered to illustrate the application of the proposed procedure, and comparison analysis is performed.

  12. Impact of ultrasonic assisted triangular lattice like arranged dispersion of nanoparticles on physical and mechanical properties of epoxy-TiO2 nanocomposites.

    Science.gov (United States)

    Goyat, M S; Ghosh, P K

    2018-04-01

    Emerging ex-situ technique, ultrasonic dual mixing (UDM) offers unique and hitherto unapproachable opportunities to alter the physical and mechanical properties of polymer nanocomposites. In this study, triangular lattice-like arranged dispersion of TiO 2 nanoparticles (average size ∼ 48 nm) in the epoxy polymer has been attained via concurrent use of a probe ultra-sonicator and 4 blades pitched impeller which collectively named as UDM technique. The UDM processing of neat epoxy reveals the generation of triangular lattice-like arranged nanocavities with nanoscale inter-cavity spacing. The UDM processing of epoxy-TiO 2 nanocomposites reveals two unique features such as partial and complete entrapping of the nanoparticles by the nanocavities leading the arranged dispersion of particles in the epoxy matrix. Pristine TiO 2 nanoparticles were dispersed in the epoxy polymer at loading fractions of up to 20% by weight. The results display that the arranged dispersion of nanoparticles is very effective at enhancing the glass transition temperature (T g ) and tensile properties of the epoxy at loading fractions of 10 wt%. We quantify a direct relationship among three important parameters such as nanoparticle content, cluster size, and inter-particle spacing. Our results offer a novel understanding of these parameters on the T g and tensile properties of the epoxy nanocomposites. The tensile fracture surfaces revealed several toughening mechanisms such as particle pull-out, plastic void growth, crack deflection, crack bridging and plastic deformation. We show that a strong nanoparticle-matrix interface led to the enhanced mechanical properties due to leading toughening mechanisms such as crack deflection, plastic deformation and particle pull-out. We showed that the UDM has an inordinate prospective to alter the dispersion state of nanoparticles in viscous polymer matrices. Copyright © 2017 Elsevier B.V. All rights reserved.

  13. Tunable multi-wavelength polymer laser based on a triangular-lattice photonic crystal structure

    International Nuclear Information System (INIS)

    Huang, Wenbin; Pu, Donglin; Qiao, Wen; Wan, Wenqiang; Liu, Yanhua; Ye, Yan; Wu, Shaolong; Chen, Linsen

    2016-01-01

    A continuously tunable multi-wavelength polymer laser based on a triangular-lattice photonic crystal cavity is demonstrated. The triangular-lattice resonator was initially fabricated through multiple interference exposure and was then replicated into a low refractive index polymer via UV-nanoimprinting. The blend of a blue-emitting conjugated polymer and a red-emitting one was used as the gain medium. Three periods in the scalene triangular-lattice structure yield stable tri-wavelength laser emission (625.5 nm, 617.4 nm and 614.3 nm) in six different directions. A uniformly aligned liquid crystal (LC) layer was incorporated into the cavity as the top cladding layer. Upon heating, the orientation of LC molecules and thus the effective refractive index of the lasing mode changes which continuously shifts the lasing wavelength. A maximum tuning range of 12.2 nm was observed for the lasing mode at 625.5 nm. This tunable tri-wavelength polymer laser is simple constructed and cost-effective. It may find application in the fields of biosensors and photonic integrated circuits. (paper)

  14. Elementary dispersion analysis of some mimetic discretizations on triangular C-grids

    Energy Technology Data Exchange (ETDEWEB)

    Korn, P., E-mail: peter.korn@mpimet.mpg.de [Max Planck Institute for Meteorology, Hamburg (Germany); Danilov, S. [Alfred Wegener Institute for Polar and Marine Research, Bremerhaven (Germany); A.M. Obukhov Institute of Atmospheric Physics, Moscow (Russian Federation)

    2017-02-01

    Spurious modes supported by triangular C-grids limit their application for modeling large-scale atmospheric and oceanic flows. Their behavior can be modified within a mimetic approach that generalizes the scalar product underlying the triangular C-grid discretization. The mimetic approach provides a discrete continuity equation which operates on an averaged combination of normal edge velocities instead of normal edge velocities proper. An elementary analysis of the wave dispersion of the new discretization for Poincaré, Rossby and Kelvin waves shows that, although spurious Poincaré modes are preserved, their frequency tends to zero in the limit of small wavenumbers, which removes the divergence noise in this limit. However, the frequencies of spurious and physical modes become close on shorter scales indicating that spurious modes can be excited unless high-frequency short-scale motions are effectively filtered in numerical codes. We argue that filtering by viscous dissipation is more efficient in the mimetic approach than in the standard C-grid discretization. Lumping of mass matrices appearing with the velocity time derivative in the mimetic discretization only slightly reduces the accuracy of the wave dispersion and can be used in practice. Thus, the mimetic approach cures some difficulties of the traditional triangular C-grid discretization but may still need appropriately tuned viscosity to filter small scales and high frequencies in solutions of full primitive equations when these are excited by nonlinear dynamics.

  15. A Step-Wise Approach to Elicit Triangular Distributions

    Science.gov (United States)

    Greenberg, Marc W.

    2013-01-01

    Adapt/combine known methods to demonstrate an expert judgment elicitation process that: 1.Models expert's inputs as a triangular distribution, 2.Incorporates techniques to account for expert bias and 3.Is structured in a way to help justify expert's inputs. This paper will show one way of "extracting" expert opinion for estimating purposes. Nevertheless, as with most subjective methods, there are many ways to do this.

  16. Development of internal transport barrier scenarios at ITER-relevant high triangularity in Jet

    Energy Technology Data Exchange (ETDEWEB)

    Rimini, F.G.; Becoulet, M.; Ekedahl, A.; Huysmans, G.; Joffrin, E.; Litaudon, X. [Association Euratom-CEA, Centre d' Etudes de Cadarache, 13 - Saint-Paul-lez-Durance (France). Dept. de Recherches sur la Fusion Controlee; Giovannozzi, E.; Tudisco, O.; Crisanti, F. [Association Euratol/ENEA/CNR sulla Fusione, Frascali, Rome (Italy); Lomas, P.J.; Alper, B.; Hawkes, N.; Parail, V.; Zastrow, K.D. [Euratom/UKAEA Fusion Association, Culham Science Centre, Abingdon (United Kingdom); Baar, M. de; Vries, P. de [Association Euratom-Fom, TEC Cluster, Nieuwegein (Netherlands); La Luna, E. de [Association Euratom-Ciemat, Madrid (Spain); Saibene, G. [EFDA CSU, Garching (Germany)

    2004-07-01

    The development of ITB s(Internal Transport Barrier) scenarios in high triangularity discharges is of particular interest for ITER advanced tokamak operation. Previous JET experiments have shown that high triangularity favours ELM (Edge Localized Mode)-Free or type I ELMs, which inhibit long lasting ITBs. The recent experiments reported here concentrate on integrated optimisation of edge and core conditions. Edge pedestal was controlled using gas injection, Deuterium or light impurities, and plasma current ramps. Both methods yield more ITB-friendly edge pedestal conditions, varying from small type I to type III ELMs and, in extreme cases, to L-mode edge. In parallel, the conditions for triggering and sustaining a wide ITB were optimised. This plasmas have deeply reversed target current profiles with g{sub min} 3. A narrow inner ITB, located in the reversed shear region, is routinely observed. Large radius ITBs are only triggered when the input power exceeds 20-22 MW, but they do not usually survive the transition into H-mode. The best results, in terms of sustained high performance, have been obtained with Neon injection: a wide ITB is triggered during the phase with L-mode edge and survives into H-mode for about 2 s at H{sub 89}{beta}{sub N} {approx} 3.5 and {approx} 60% of the Greenwald density limit. In summary, a high triangularity scenario has been developed, which combines the desirable I characteristics of controlled edge, long lasting wide ITBs and high performance at density higher than the low triangularity JET scenarios. (authors)

  17. Effect of triangular vacancy defect on thermal conductivity and thermal rectification in graphene nanoribbons

    Energy Technology Data Exchange (ETDEWEB)

    Yang, Ping, E-mail: yangpingdm@ujs.edu.cn [Laboratory of Advanced Manufacturing and Reliability for MEMS/NEMS/OEDS, Jiangsu University, Zhenjiang 212013 (China); Li, Xialong; Zhao, Yanfan [Laboratory of Advanced Manufacturing and Reliability for MEMS/NEMS/OEDS, Jiangsu University, Zhenjiang 212013 (China); Yang, Haiying [School of Materials Science and Engineering, Jiangsu University, Zhenjiang 212013 (China); Wang, Shuting, E-mail: wangst@mail.hust.edu.cn [School of Mechanical Science and Engineering, Huazhong University of Science and Technology, Wuhan, Hubei 430074 (China)

    2013-11-01

    We investigate the thermal transport properties of armchair graphene nanoribbons (AGNRs) possessing various sizes of triangular vacancy defect within a temperature range of 200–600 K by using classical molecular dynamics simulation. The results show that the thermal conductivities of the graphene nanoribbons decrease with increasing sizes of triangular vacancy defects in both directions across the whole temperature range tested, and the presence of the defect can decrease the thermal conductivity by more than 40% as the number of removed cluster atoms is increased to 25 (1.56% for vacancy concentration) owing to the effect of phonon–defect scattering. In the meantime, we find the thermal conductivity of defective graphene nanoribbons is insensitive to the temperature change at higher vacancy concentrations. Furthermore, the dependence of temperatures and various sizes of triangular vacancy defect for the thermal rectification ration are also detected. This work implies a possible route to achieve thermal rectifier for 2D materials by defect engineering.

  18. Triangular and honeycomb lattices bond-diluted Ising ferromagnet: critical frontier

    International Nuclear Information System (INIS)

    Magalhaes, A.C.N. de; Schwaccheim, G.; Tsallis, C.

    1982-01-01

    Within a real space renormalization group framework (12 different procedures, all of them using star-triangle and duality-type transformations) accurate approximations for the critical frontiers associated with the quenched bond-diluted first-neighbour spin- 1 / 2 Ising ferromagnet on triangular and honeycomb lattices are calculated. All of them provide, in both pure bond percolation and pure Ising limits, the exact critical points and exact or almost exact derivatives in the p-t space (p is the bond independent occupancy probability and t tanh J/k(sub B)T). The best numerical proposals lead to the exact derivative in the pure percolation limit (p = p(sub c)) and, in what concerns the pure Ising limit (p = 1) derivative, to a 0.15% error for the triangular lattice and to a 0.96% error for the honeycomb one; in the intermediate region (p(sub c) [pt

  19. Electromagnetic field scattering by a triangular aperture.

    Science.gov (United States)

    Harrison, R E; Hyman, E

    1979-03-15

    The multiple Laplace transform has been applied to analysis and computation of scattering by a double triangular aperture. Results are obtained which match far-field intensity distributions observed in experiments. Arbitrary polarization components, as well as in-phase and quadrature-phase components, may be determined, in the transform domain, as a continuous function of distance from near to far-field for any orientation, aperture, and transformable waveform. Numerical results are obtained by application of numerical multiple inversions of the fully transformed solution.

  20. Triangular Geometrized Sampling Heuristics for Fast Optimal Motion Planning

    Directory of Open Access Journals (Sweden)

    Ahmed Hussain Qureshi

    2015-02-01

    Full Text Available Rapidly-exploring Random Tree (RRT-based algorithms have become increasingly popular due to their lower computational complexity as compared with other path planning algorithms. The recently presented RRT* motion planning algorithm improves upon the original RRT algorithm by providing optimal path solutions. While RRT determines an initial collision-free path fairly quickly, RRT* guarantees almost certain convergence to an optimal, obstacle-free path from the start to the goal points for any given geometrical environment. However, the main limitations of RRT* include its slow processing rate and high memory consumption, due to the large number of iterations required for calculating the optimal path. In order to overcome these limitations, we present another improvement, i.e, the Triangular Geometerized-RRT* (TG-RRT* algorithm, which utilizes triangular geometrical methods to improve the performance of the RRT* algorithm in terms of the processing time and a decreased number of iterations required for an optimal path solution. Simulations comparing the performance results of the improved TG-RRT* with RRT* are presented to demonstrate the overall improvement in performance and optimal path detection.

  1. Upper arm elevation and repetitive shoulder movements: a general population job exposure matrix based on expert ratings and technical measurements.

    Science.gov (United States)

    Dalbøge, Annett; Hansson, Gert-Åke; Frost, Poul; Andersen, Johan Hviid; Heilskov-Hansen, Thomas; Svendsen, Susanne Wulff

    2016-08-01

    We recently constructed a general population job exposure matrix (JEM), The Shoulder JEM, based on expert ratings. The overall aim of this study was to convert expert-rated job exposures for upper arm elevation and repetitive shoulder movements to measurement scales. The Shoulder JEM covers all Danish occupational titles, divided into 172 job groups. For 36 of these job groups, we obtained technical measurements (inclinometry) of upper arm elevation and repetitive shoulder movements. To validate the expert-rated job exposures against the measured job exposures, we used Spearman rank correlations and the explained variance[Formula: see text] according to linear regression analyses (36 job groups). We used the linear regression equations to convert the expert-rated job exposures for all 172 job groups into predicted measured job exposures. Bland-Altman analyses were used to assess the agreement between the predicted and measured job exposures. The Spearman rank correlations were 0.63 for upper arm elevation and 0.64 for repetitive shoulder movements. The expert-rated job exposures explained 64% and 41% of the variance of the measured job exposures, respectively. The corresponding calibration equations were y=0.5%time+0.16×expert rating and y=27°/s+0.47×expert rating. The mean differences between predicted and measured job exposures were zero due to calibration; the 95% limits of agreement were ±2.9% time for upper arm elevation >90° and ±33°/s for repetitive shoulder movements. The updated Shoulder JEM can be used to present exposure-response relationships on measurement scales. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://www.bmj.com/company/products-services/rights-and-licensing/

  2. Ground states, magnetization plateaus and bipartite entanglement of frustrated spin-1/2 Ising-Heisenberg and Heisenberg triangular tubes

    International Nuclear Information System (INIS)

    Alécio, Raphael C.; Lyra, Marcelo L.; Strečka, Jozef

    2016-01-01

    The ground-state phase diagram, magnetization process and bipartite entanglement of the frustrated spin-1/2 Ising-Heisenberg and Heisenberg triangular tube (three-leg ladder) are investigated in a non-zero external magnetic field. The exact ground-state phase diagram of the spin-1/2 Ising-Heisenberg tube with Heisenberg intra-rung and Ising inter-rung couplings consists of six distinct gapped phases, which manifest themselves in a magnetization curve as intermediate plateaus at zero, one-third and two-thirds of the saturation magnetization. Four out of six available ground states exhibit quantum entanglement between two spins from the same triangular unit evidenced by a non-zero concurrence. Density-matrix renormalization group calculations are used in order to construct the ground-state phase diagram of the analogous but purely quantum spin-1/2 Heisenberg tube with Heisenberg intra- and inter-rung couplings, which consists of four gapped and three gapless phases. The Heisenberg tube shows a continuous change of the magnetization instead of a plateau at zero magnetization, while the intermediate one-third and two-thirds plateaus may be present or not in the zero-temperature magnetization curve. - Highlights: • Ground-state properties of Ising-Heisenberg and full Heisenberg spin tubes are studied. • Phases with 1/3 and 2/3 magnetization plateaus are present in both models. • We unveil the region in the parameter space on which inter-rung quantum fluctuations are relevant. • The full Heisenberg tube exhibits quantum bipartite entanglement between intra- as well as inter-rung spins.

  3. Patients with triangular fibrocartilage complex injuries and distal radioulnar joint instability have reduced rotational torque in the forearm.

    Science.gov (United States)

    Andersson, J K; Axelsson, P; Strömberg, J; Karlsson, J; Fridén, J

    2016-09-01

    A total of 20 patients scheduled for wrist arthroscopy, all with clinical signs of rupture to the triangular fibrocartilage complex and distal radioulnar joint instability, were tested pre-operatively by an independent observer for strength of forearm rotation. During surgery, the intra-articular pathology was documented by photography and also subsequently individually analysed by another independent hand surgeon. Arthroscopy revealed a type 1-B injury to the triangular fibrocartilage complex in 18 of 20 patients. Inter-rater reliability between the operating surgeon and the independent reviewer showed absolute agreement in all but one patient (95%) in terms of the injury to the triangular fibrocartilage complex and its classification. The average pre-operative torque strength was 71% of the strength of the non-injured contralateral side in pronation and supination. Distal radioulnar joint instability with an arthroscopically verified injury to the triangular fibrocartilage complex is associated with a significant loss of both pronation and supination torque. Case series, Level IV. © The Author(s) 2015.

  4. Tokamak equilibria with non-parallel flow in a triangularity-deformed axisymmetric toroidal coordinate system

    Directory of Open Access Journals (Sweden)

    Ap Kuiroukidis

    2018-01-01

    Full Text Available We consider a generalized Grad–Shafranov equation (GGSE in a triangularity-deformed axisymmetric toroidal coordinate system and solve it numerically for the generic case of ITER-like and JET-like equilibria with non-parallel flow. It turns out that increase of the triangularity improves confinement by leading to larger values of the toroidal beta and the safety factor. This result is supported by the application of a criterion for linear stability valid for equilibria with flow parallel to the magnetic field. Also, the parallel flow has a weaker stabilizing effect.

  5. Comparable studies of magnetic properties of Ising spins-5/2 and 3/2 systems on decorated square and triangular lattices

    International Nuclear Information System (INIS)

    Masrour, R.; Jabar, A.; Benyoussef, A.; Hamedoun, M.

    2016-01-01

    In this work, we have studied and compared the magnetic properties of Ising spins-5/2 and 3/2 systems on decorated square and triangular lattices using the Monte Carlo simulations. The transition temperature of the two-dimensional decorated square and triangular lattices has been obtained. The effect of the exchange interactions and crystal field on the magnetization is investigated. The magnetic coercive field and saturation magnetization of the two-dimensional decorated square and triangular lattices have been obtained.

  6. Comparable studies of magnetic properties of Ising spins-5/2 and 3/2 systems on decorated square and triangular lattices

    Energy Technology Data Exchange (ETDEWEB)

    Masrour, R., E-mail: rachidmasrour@hotmail.com [Laboratory of Materials, Processes, Environment and Quality, Cady Ayyed University, National School of Applied Sciences, 63 46000 Safi (Morocco); Jabar, A. [Laboratory of Materials, Processes, Environment and Quality, Cady Ayyed University, National School of Applied Sciences, 63 46000 Safi (Morocco); Benyoussef, A. [Institute of Nanomaterials and Nanotechnologies, MAScIR, Rabat (Morocco); Hassan II Academy of Science and Technology, Rabat (Morocco); Hamedoun, M. [Institute of Nanomaterials and Nanotechnologies, MAScIR, Rabat (Morocco)

    2016-07-15

    In this work, we have studied and compared the magnetic properties of Ising spins-5/2 and 3/2 systems on decorated square and triangular lattices using the Monte Carlo simulations. The transition temperature of the two-dimensional decorated square and triangular lattices has been obtained. The effect of the exchange interactions and crystal field on the magnetization is investigated. The magnetic coercive field and saturation magnetization of the two-dimensional decorated square and triangular lattices have been obtained.

  7. An experimental study on coolability of a particulate bed with radial stratification or triangular shape

    Energy Technology Data Exchange (ETDEWEB)

    Thakre, Sachin; Li, Liangxing; Ma, Weimin, E-mail: ma@safety.sci.kth.se

    2014-09-15

    Highlights: • Dryout heat flux of a particulate bed with radial stratification is obtained. • It was found to be dominated by hydrodynamics in the bigger size of particle layer. • Coolability of a particulate bed with triangular shape is investigated. • The coolability is improved in the triangular bed due to lateral ingression of coolant. • Coolability of both beds is enhanced by a downcomer. - Abstract: This paper deals with the results of an experimental study on the coolability of particulate beds with radial stratification and triangular shape, respectively. The study is intended to get an idea on how the coolability is affected by the different features of a debris bed formed in a severe accident of light water reactors. The experiments were performed on the POMECO-HT facility which was constructed to investigate two-phase flow and heat transfer in particulate beds under either top-flooding or bottom-fed condition. A downcomer is designed to enable investigation of the effectiveness of natural circulation driven coolability. Two homogenous beds were also employed in the present study to compare their dryout power densities with those of the radially stratified bed and the triangular bed. The results show that the dryout heat fluxes of the homogeneous beds at top-flooding condition can be predicted by the Reed model. For the radially stratified bed, the dryout heat flux is dominated by two-phase flow in the columns packed with larger particles, and the dryout occurred initially near the boundary between the middle column and a side column. Given the same volume of particles under top-flooding condition, the dryout power density of the triangular bed is about 69% higher than that of the homogenous bed. The coolability of all the beds is enhanced by bottom-fed coolant driven by either forced injection or downcomer-induced natural circulation.

  8. An experimental study on coolability of a particulate bed with radial stratification or triangular shape

    International Nuclear Information System (INIS)

    Thakre, Sachin; Li, Liangxing; Ma, Weimin

    2014-01-01

    Highlights: • Dryout heat flux of a particulate bed with radial stratification is obtained. • It was found to be dominated by hydrodynamics in the bigger size of particle layer. • Coolability of a particulate bed with triangular shape is investigated. • The coolability is improved in the triangular bed due to lateral ingression of coolant. • Coolability of both beds is enhanced by a downcomer. - Abstract: This paper deals with the results of an experimental study on the coolability of particulate beds with radial stratification and triangular shape, respectively. The study is intended to get an idea on how the coolability is affected by the different features of a debris bed formed in a severe accident of light water reactors. The experiments were performed on the POMECO-HT facility which was constructed to investigate two-phase flow and heat transfer in particulate beds under either top-flooding or bottom-fed condition. A downcomer is designed to enable investigation of the effectiveness of natural circulation driven coolability. Two homogenous beds were also employed in the present study to compare their dryout power densities with those of the radially stratified bed and the triangular bed. The results show that the dryout heat fluxes of the homogeneous beds at top-flooding condition can be predicted by the Reed model. For the radially stratified bed, the dryout heat flux is dominated by two-phase flow in the columns packed with larger particles, and the dryout occurred initially near the boundary between the middle column and a side column. Given the same volume of particles under top-flooding condition, the dryout power density of the triangular bed is about 69% higher than that of the homogenous bed. The coolability of all the beds is enhanced by bottom-fed coolant driven by either forced injection or downcomer-induced natural circulation

  9. An upper limb mathematical model of an oil palm harvester

    Science.gov (United States)

    Tumit, N. P.; Rambely, A. S.; BMT, Shamsul; Shahriman A., B.; Ng Y., G.; Deros, B. M.; Zailina, H.; Goh, Y. M.; Arumugam, Manohar; Ismail, I. A.; Abdul Hafiz A., R.

    2014-09-01

    The main purpose of this article is to develop a mathematical model of human body during harvesting via Kane's method. In this paper, a 2-D closed-kinematic biomechanical model that represents a harvesting movement is developed. The model of six segments consisted of upper right arm, right forearm, harvesting equipment, left forearm, upper left arm, and upper part of trunk. Finally, the inverse dynamic equations are represented in matrix form.

  10. Robust band gap and half-metallicity in graphene with triangular perforations

    Science.gov (United States)

    Gregersen, Søren Schou; Power, Stephen R.; Jauho, Antti-Pekka

    2016-06-01

    Ideal graphene antidot lattices are predicted to show promising band gap behavior (i.e., EG≃500 meV) under carefully specified conditions. However, for the structures studied so far this behavior is critically dependent on superlattice geometry and is not robust against experimentally realistic disorders. Here we study a rectangular array of triangular antidots with zigzag edge geometries and show that their band gap behavior qualitatively differs from the standard behavior which is exhibited, e.g., by rectangular arrays of armchair-edged triangles. In the spin unpolarized case, zigzag-edged antidots give rise to large band gaps compared to armchair-edged antidots, irrespective of the rules which govern the existence of gaps in armchair-edged antidot lattices. In addition the zigzag-edged antidots appear more robust than armchair-edged antidots in the presence of geometrical disorder. The inclusion of spin polarization within a mean-field Hubbard approach gives rise to a large overall magnetic moment at each antidot due to the sublattice imbalance imposed by the triangular geometry. Half-metallic behavior arises from the formation of spin-split dispersive states near the Fermi energy, reducing the band gaps compared to the unpolarized case. This behavior is also found to be robust in the presence of disorder. Our results highlight the possibilities of using triangular perforations in graphene to open electronic band gaps in systems with experimentally realistic levels of disorder, and furthermore, of exploiting the strong spin dependence of the system for spintronic applications.

  11. Edge structures and properties of triangular antidots in single-layer MoS2

    International Nuclear Information System (INIS)

    Gan, Li-Yong; Cheng, Yingchun; Huang, Wei; Schwingenschlögl, Udo; Yao, Yingbang; Zhao, Yong; Zhang, Xi-xiang

    2016-01-01

    Density functional theory and experiments are employed to shed light on the edge structures of antidots in O etched single-layer MoS 2 . The equilibrium morphology is found to be the zigzag Mo edge with each Mo atom bonded to two O atoms, in a wide range of O chemical potentials. Scanning electron microscopy shows that the orientation of the created triangular antidots is opposite to the triangular shape of the single-layer MoS 2 samples, in agreement with the theoretical predictions. Furthermore, edges induced by O etching turn out to be p-doped, suggesting an effective strategy to realize p-type MoS 2 devices.

  12. Photonic Crystal Waveguides in Triangular Lattice of Nanopillars

    DEFF Research Database (Denmark)

    Chigrin, Dmitry N.; Lavrinenko, Andrei

    2004-01-01

    Photonic nanopillars waveguides have been analysed. Dielectric nanopillars are arranged in such way that they from a tringular lattice of 2D photonic crystal. Dispersion of the modes depends on the direction of the triangular lattice, Ã-J or Ã-X, in which nanopillars arrays are extended. Light fi....... Transmission spectra calculated by FDTD method completely reflect peculiarities of modes dispersion, showing up to 80% transmission for a realistic SOI nanopillar structure....

  13. Arthroscopic-Assisted Triangular Fibrocartilage Complex Reconstruction.

    Science.gov (United States)

    Chu-Kay Mak, Michael; Ho, Pak-Cheong

    2017-11-01

    Injury of the triangular fibrocartilage complex (TFCC) is a common cause of ulnar-sided wrist pain. Volar and dorsal radioulnar ligaments and their foveal insertion are the most important stabilizing components of the TFCC. In irreparable tears, anatomic reconstruction of the TFCC aims to restore normal biomechanics and stability of the distal radioulnar joint. We proposed a novel arthroscopic-assisted technique using a palmaris longus tendon graft. Arthroscopic-assisted TFCC reconstruction is a safe and effective approach with outcomes comparable to conventional open reconstruction and may result in a better range of motion from minimizing soft tissue dissection and subsequent scarring. Copyright © 2017 Elsevier Inc. All rights reserved.

  14. Synthesis of circular and triangular gold nanorings with tunable optical properties

    KAUST Repository

    Lin, Xiaoying

    2017-08-24

    This communication describes a robust wet-chemical synthetic strategy for the preparation of monodispersed circular and triangular gold nanorings. The localized surface plasmon resonance of the nanorings can be tuned by controlling the outer diameter and ridge thickness of the nanorings.

  15. Triangular metal wedges for subwavelength plasmon-polariton guiding at telecom wavelengths

    DEFF Research Database (Denmark)

    Boltasseva, Alexandra; Volkov, V.S.; Nielsen, Rasmus Bundgaard

    2008-01-01

    We report on subwavelength plasmon-polariton guiding by triangular metal wedges at telecom wavelengths. A high-quality fabrication procedure for making gold wedge waveguides, which is also mass- production compatible offering large-scale parallel fabrication of plasmonic components, is developed...

  16. Synthesis of circular and triangular gold nanorings with tunable optical properties

    KAUST Repository

    Lin, Xiaoying; Liu, Yi; Lin, Meihua; Zhang, Qian; Nie, Zhihong

    2017-01-01

    This communication describes a robust wet-chemical synthetic strategy for the preparation of monodispersed circular and triangular gold nanorings. The localized surface plasmon resonance of the nanorings can be tuned by controlling the outer diameter and ridge thickness of the nanorings.

  17. NON-LINEAR VISCO-RESISTIVE COLLISIONAL TRANSPORT IN TOROIDAL ELLIPTICAL PLASMAS WITH TRIANGULARITY AND HOLE CURRENTS: A REVIEW

    International Nuclear Information System (INIS)

    Martin, Pablo; Castro, Enrique; Puerta, Julio

    2009-01-01

    Non-linear plasma diffusion effects due to hole currents in tokamaks is analyzed in this work. Since the recent discovery of hole currents in tokamaks, this matter has become very important in confinement and instabilities in tokamaks plasmas. The analysis here presented includes non-linear flows as well as hole currents. In the case of low vorticity plasmas our treatment is performed using MHD equations, an it is more suitable for plasmas with very low levels of turbulence, as in the H-mode. The present treatment follows the lines of previous works, and some of the equations and results look like those obtained on these papers. However, the form of the family of the magnetic surfaces is very different to previous treatment, since the hole current modifies those families in a very important way. Elliptic plasmas with triangularity are considered. Pfirsch-Schlueter type currents are obtained for these generalized cases. Diffusion with and without holes are calculated and compared for several values of ellipticity and triangularity. Negative and positive triangularities are considered. In most of the calculations triangularity improves confinement, but the results are different for the positive than for the negative case.

  18. Exploring the relationship between the magnetic frustration and the emergence of FFLO state on a triangular lattice

    International Nuclear Information System (INIS)

    Guo Jia; Jiang Hongmin; Li Jianxin

    2011-01-01

    The formation of the FFLO state on the anisotropic triangular lattices is investigated. Focus on the required lower critical magnetic field to enter the FFLO state. Magnetic frustration facilitates the formation of the FFLO state. Layered organic superconductors are good candidates for exploring the FFLO state. The Fulde-Ferrell-Larkin-Ovchinnikov (FFLO) unconventional superconductors attract renewed interest in recent years. However, an unambiguous experimental demonstration of the FFLO state is hindered by the stringent requirements for its realization. In this paper, we explore the relationship between the magnetic frustration and the emergence of the FFLO state on an anisotropic triangular lattice, based on the self-consistent calculation of the Bogoliubov-de Gennes equations. We find that the required lower critical magnetic field to enter the FFLO state decreases with the increase of both the anisotropic ratio and the on-site Coulomb repulsive interaction. This demonstrates that it is easier to enter the FFLO state on the structurally frustrated triangular lattice in comparison with the square lattice, and suggests that the layered organic superconductors with a triangular lattice may be good candidates for exploring the FFLO state.

  19. Solution of two-dimensional neutron diffusion equation for triangular region by finite Fourier transformation

    International Nuclear Information System (INIS)

    Kobayashi, Keisuke; Ishibashi, Hideo

    1978-01-01

    A two-dimensional neutron diffusion equation for a triangular region is shown to be solved by the finite Fourier transformation. An application of the Fourier transformation to the diffusion equation for triangular region yields equations whose unknowns are the expansion coefficients of the neutron flux and current in Fourier series or Legendre polynomials expansions only at the region boundary. Some numerical calculations have revealed that the present technique gives accurate results. It is shown also that the solution using the expansion in Legendre polynomials converges with relatively few terms even if the solution in Fourier series exhibits the Gibbs' phenomenon. (auth.)

  20. Interfacial Design of Mixed Matrix Membranes for Improved Gas Separation Performance.

    Science.gov (United States)

    Wang, Zhenggong; Wang, Dong; Zhang, Shenxiang; Hu, Liang; Jin, Jian

    2016-05-01

    High-performance metal-organic framework (MOF)/polyimide (PI) mixed matrix membranes (MMMs) are fabricated by a facile strategy by designing the MOF/PI matrix interface via poly dopamine coating. The overall separation performance of the designed MMMs surpasses the state-of-the-art 2008 Robeson upper bound for the H2 /CH4 and H2 /N2 gas pairs and approaches the 2008 upper bound for the O2 /N2 gas pair. © 2016 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  1. Breaking Megrelishvili protocol using matrix diagonalization

    Science.gov (United States)

    Arzaki, Muhammad; Triantoro Murdiansyah, Danang; Adi Prabowo, Satrio

    2018-03-01

    In this article we conduct a theoretical security analysis of Megrelishvili protocol—a linear algebra-based key agreement between two participants. We study the computational complexity of Megrelishvili vector-matrix problem (MVMP) as a mathematical problem that strongly relates to the security of Megrelishvili protocol. In particular, we investigate the asymptotic upper bounds for the running time and memory requirement of the MVMP that involves diagonalizable public matrix. Specifically, we devise a diagonalization method for solving the MVMP that is asymptotically faster than all of the previously existing algorithms. We also found an important counterintuitive result: the utilization of primitive matrix in Megrelishvili protocol makes the protocol more vulnerable to attacks.

  2. Edge structures and properties of triangular antidots in single-layer MoS2

    KAUST Repository

    Gan, Li Yong; Cheng, Yingchun; Schwingenschlö gl, Udo; Yao, Yingbang; Zhao, Yong; Zhang, Xixiang; Huang, Wei

    2016-01-01

    Density functional theory and experiments are employed to shed light on the edge structures of antidots in O etched single-layer MoS2. The equilibrium morphology is found to be the zigzag Mo edge with each Mo atom bonded to two O atoms, in a wide range of O chemical potentials. Scanning electron microscopy shows that the orientation of the created triangular antidots is opposite to the triangular shape of the single-layer MoS2 samples, in agreement with the theoretical predictions. Furthermore, edges induced by O etching turn out to be p-doped, suggesting an effective strategy to realize p-type MoS2 devices. Published by AIP Publishing.

  3. Edge structures and properties of triangular antidots in single-layer MoS2

    KAUST Repository

    Gan, Li Yong

    2016-08-30

    Density functional theory and experiments are employed to shed light on the edge structures of antidots in O etched single-layer MoS2. The equilibrium morphology is found to be the zigzag Mo edge with each Mo atom bonded to two O atoms, in a wide range of O chemical potentials. Scanning electron microscopy shows that the orientation of the created triangular antidots is opposite to the triangular shape of the single-layer MoS2 samples, in agreement with the theoretical predictions. Furthermore, edges induced by O etching turn out to be p-doped, suggesting an effective strategy to realize p-type MoS2 devices. Published by AIP Publishing.

  4. Local hydrodynamic characteristics of regular triangular lattice of rods

    International Nuclear Information System (INIS)

    Mantlik, F.; Hejna, J.; Cervenka, J.

    1976-06-01

    Results are presented of an experimental investigation of the friction factor, velocity fields and shear stress distribution around a wetted perimeter in a rod bundle of a triangular lattice with a pitch-to-diameter ratio of 1.17. Measurements were made on 19-rod aerodynamical model at the Reynolds number of 42 300 and 211 000. The results indicated a highly significant effect of secondary flow. (author)

  5. Pulsating Different Curves of Zero Velocity around Triangular Equilibrium Points in Elliptical Restricted Three-Body Problem

    Directory of Open Access Journals (Sweden)

    A. Narayan

    2013-01-01

    Full Text Available The oblateness and the photogravitational effects of both the primaries on the location and the stability of the triangular equilibrium points in the elliptical restricted three-body problem have been discussed. The stability of the triangular points under the photogravitational and oblateness effects of both the primaries around the binary systems Achird, Lyeten, Alpha Cen-AB, Kruger 60, and Xi-Bootis, has been studied using simulation techniques by drawing different curves of zero velocity.

  6. Continuous weakly cancellative triangular subnorms: I. Their web-geometric properties

    Czech Academy of Sciences Publication Activity Database

    Petrík, Milan; Sarkoci, Peter

    2018-01-01

    Roč. 332, 1 February (2018), s. 93-110 ISSN 0165-0114 R&D Projects: GA ČR GJ15-07724Y Institutional support: RVO:67985807 Keywords : associativity * conditionally cancellative * continuous triangular subnorm * contour * level set * Reidemeister closure condition * weakly cancellative * web geometry Subject RIV: BA - General Mathematics Impact factor: 2.718, year: 2016

  7. Corrosion processes of triangular silver nanoparticles compared to bulk silver

    Energy Technology Data Exchange (ETDEWEB)

    Keast, V. J., E-mail: vicki.keast@newcastle.edu.au; Myles, T. A. [University of Newcastle, School of Mathematical and Physical Sciences (Australia); Shahcheraghi, N.; Cortie, M. B. [University of Technology Sydney, Institute for Nanoscale Technology (Australia)

    2016-02-15

    Excessive corrosion of silver nanoparticles is a significant impediment to their use in a variety of potential applications in the biosensing, plasmonic and antimicrobial fields. Here we examine the environmental degradation of triangular silver nanoparticles (AgNP) in laboratory air. In the early stages of corrosion, transmission electron microscopy shows that dissolution of the single-crystal, triangular, AgNP (side lengths 50–120 nm) is observed with the accompanying formation of smaller, polycrystalline Ag particles nearby. The new particles are then observed to corrode to Ag{sub 2}S and after 21 days nearly full corrosion has occurred, but some with minor Ag inclusions remaining. In contrast, a bulk Ag sheet, studied in cross section, showed an adherent corrosion layer of only around 20–50 nm in thickness after over a decade of being exposed to ambient air. The results have implications for antibacterial properties and ecotoxicology of AgNP during corrosion as the dissolution and reformation of Ag particles during corrosion will likely be accompanied by the release of Ag{sup +} ions.

  8. Magnetic focusing in triangular electron billiards

    DEFF Research Database (Denmark)

    Bøggild, Peter; Kristensen, A.; Lindelof, Poul Erik

    1999-01-01

    The classical ballistic magnetotransport in triangular electron billiards fabricated in a high mobility GaAs heterostructure has been studied at 4.2 K. The sample geometry may be viewed as a double-slit structure with a skewed injection angle. We observe a striking cancellation of the magnetic...... focusing spectrum compared to the case of a perpendicular injection angle. From numerical and analytical analysis, we confirm that the quenching is a fundamental geometrical effect, and identify two mechanisms responsible for the anomaly. The focusing spectrum of the considered skewed geometry...... is remarkably sensitive to the angular distribution of injected electrons as well as the overall injection angle. [S0163-1829(99)06619-9]....

  9. A Systematic Review of Outcomes after Arthroscopic Débridement for Triangular Fibrocartilage Complex Tear.

    Science.gov (United States)

    Saito, Taichi; Malay, Sunitha; Chung, Kevin C

    2017-11-01

    Evidence regarding the effectiveness of arthroscopic débridement for a triangular fibrocartilage complex tear is uncertain. The purpose of this study was to conduct a systematic review of outcomes to evaluate the effectiveness of débridement for triangular fibrocartilage complex tears. The authors searched all available literature in the PubMed, Embase, and MEDLINE (Ovid) databases for articles reporting on triangular fibrocartilage complex tear débridement. Data collection included arc of motion, grip strength, patient-reported outcomes, and complications. A total of 1723 unique studies were identified, of which 18 studies met the authors' criteria. The mean before and after arc of wrist extension/flexion motion values were 120 and 146 degrees (six studies). The mean before and after grip strength values were 65 percent and 91 percent of the contralateral side (10 studies). Disabilities of the Arm, Shoulder, and Hand scores (six studies) and pain visual analogue scale scores (seven studies) improved from 39 to 18, and from 7 to 3, respectively. The mean pain visual analogue scale score after débridement was 1.9 in the ulnar-positive group and 2.4 in the ulnar-neutral and ulnar-negative groups. Eighty-seven percent of patients returned to their original work. Patients reported reduced pain and improved functional and patient-reported outcomes after débridement of triangular fibrocartilage complex tears. Most patients after débridement returned to previous work, with few complications. Although some of these cases may require secondary procedures, simple débridement can be performed with suitable satisfactory outcomes for cases with any type of ulnar variance.

  10. Mode I Stress Intensity Factors for triangular corner crack nearby intersecting of cylindrical holes

    Directory of Open Access Journals (Sweden)

    E. Salvati

    2013-10-01

    Full Text Available In this paper triangular flaws has been taken into account at the intersection of two holes inside a specified specimen. Influence of bore hole D1/D2 and angle between their axes α are examined. Numerical analysis are performed to determine Stress Intensity factors (SIF in many geometric configurations. Afterwards, fitting weight function’s parameters with FEM results, new SIF analytics expression are shown. Finally, the accuracy of weight functions in SIF predictions for different inner pressure, has been checked as well as the comparison between the SIF of a triangular crack and that of an actual crack shape obtained through a fatigue test.

  11. Edge structures and properties of triangular antidots in single-layer MoS{sub 2}

    Energy Technology Data Exchange (ETDEWEB)

    Gan, Li-Yong, E-mail: ganly@swjtu.edu.cn, E-mail: iamyccheng@njtech.edu.cn, E-mail: udo.schwingenschlogl@kaust.edu.sa [Key Laboratory of Advanced Technology of Materials (Ministry of Education), Superconductivity and New Energy R& D Center, Southwest Jiaotong University, Chengdu, Sichuan 610031 (China); Cheng, Yingchun, E-mail: ganly@swjtu.edu.cn, E-mail: iamyccheng@njtech.edu.cn, E-mail: udo.schwingenschlogl@kaust.edu.sa; Huang, Wei [Key Laboratory of Flexible Electronics (KLOFE) and Institute of Advanced Materials (IAM), Jiangsu National Synergetic Innovation Center for Advanced Materials - SICAM, Nanjing Tech University - NanjingTech, 30 South Puzhu Road, Nanjing 211816 (China); Schwingenschlögl, Udo, E-mail: ganly@swjtu.edu.cn, E-mail: iamyccheng@njtech.edu.cn, E-mail: udo.schwingenschlogl@kaust.edu.sa [Physical Science and Engineering Division (PSE), King Abdullah University of Science and Technology (KAUST), Thuwal 23955-6900 (Saudi Arabia); Yao, Yingbang [Advanced Nanofabrication and Imaging Core Lab, King Abdullah University of Science and Technology (KAUST), Thuwal 23955-6900 (Saudi Arabia); School of Materials and Energy, Guangdong University of Technology, Guangdong 510006 (China); Zhao, Yong [Key Laboratory of Advanced Technology of Materials (Ministry of Education), Superconductivity and New Energy R& D Center, Southwest Jiaotong University, Chengdu, Sichuan 610031 (China); School of Physical Science and Technology, Southwest Jiaotong University, Chengdu, 610031 Sichuan (China); Zhang, Xi-xiang [Physical Science and Engineering Division (PSE), King Abdullah University of Science and Technology (KAUST), Thuwal 23955-6900 (Saudi Arabia); Advanced Nanofabrication and Imaging Core Lab, King Abdullah University of Science and Technology (KAUST), Thuwal 23955-6900 (Saudi Arabia)

    2016-08-29

    Density functional theory and experiments are employed to shed light on the edge structures of antidots in O etched single-layer MoS{sub 2}. The equilibrium morphology is found to be the zigzag Mo edge with each Mo atom bonded to two O atoms, in a wide range of O chemical potentials. Scanning electron microscopy shows that the orientation of the created triangular antidots is opposite to the triangular shape of the single-layer MoS{sub 2} samples, in agreement with the theoretical predictions. Furthermore, edges induced by O etching turn out to be p-doped, suggesting an effective strategy to realize p-type MoS{sub 2} devices.

  12. A Case Report of Intra-articular Bee Venom Pharmacopuncture for Partial Tear of Triangular Fibrocartilage Complex

    Directory of Open Access Journals (Sweden)

    Lee, Kwangho

    2009-12-01

    Full Text Available Objective: This case was to report a case of Partial Tear of Triangular Fibrocartilage Complex treated by Intra-articular bee venom Pharmacopuncture. Methods: The patient was treated by Intra-articular bee venom Pharmacopuncture. The Effect of Treatment was evaluated by Visual Analog Scale(VAS and Modified Mayo Wrist Score(Wrist Score. Results & Conclusions: After Treatment, Patient's VAS decreased and Wrist Score increased. For this results, Intra-articular Bee Venom Pharmacopuncture may be effective for Partial Tear of Triangular Fibrocartilage Complex.

  13. AMDLIBF, IBM 360 Subroutine Library, Eigenvalues, Eigenvectors, Matrix Inversion

    International Nuclear Information System (INIS)

    Wang, Jesse Y.

    1980-01-01

    Description of problem or function: AMDLIBF is a subset of the IBM 360 Subroutine Library at the Applied Mathematics Division at Argonne. This subset includes library category F: Identification/Description: F152S F SYMINV: Invert sym. matrices, solve lin. systems; F154S A DOTP: Double plus precision accum. inner prod.; F156S F RAYCOR: Rayleigh corrections for eigenvalues; F161S F XTRADP: A fast extended precision inner product; F162S A XTRADP: Inner product of two DP real vectors; F202S F1 EIGEN: Eigen-system for real symmetric matrix; F203S F: Driver for F202S; F248S F RITZIT: Largest eigenvalue and vec. real sym. matrix; F261S F EIGINV: Inverse eigenvalue problem; F313S F CQZHES: Reduce cmplx matrices to upper Hess and tri; F314S F CQZVAL: Reduce complex matrix to upper Hess. form; F315S F CQZVEC: Eigenvectors of cmplx upper triang. syst.; F316S F CGG: Driver for complex general Eigen-problem; F402S F MATINV: Matrix inversion and sol. of linear eqns.; F403S F: Driver for F402S; F452S F CHOLLU,CHOLEQ: Sym. decomp. of pos. def. band matrices; F453S F MATINC: Inversion of complex matrices; F454S F CROUT: Solution of simultaneous linear equations; F455S F CROUTC: Sol. of simultaneous complex linear eqns.; F456S F1 DIAG: Integer preserving Gaussian elimination

  14. Topological magnon bands and unconventional thermal Hall effect on the frustrated honeycomb and bilayer triangular lattice.

    Science.gov (United States)

    Owerre, S A

    2017-09-27

    In the conventional ferromagnetic systems, topological magnon bands and thermal Hall effect are due to the Dzyaloshinskii-Moriya interaction (DMI). In principle, however, the DMI is either negligible or it is not allowed by symmetry in some quantum magnets. Therefore, we expect that topological magnon features will not be present in those systems. In addition, quantum magnets on the triangular-lattice are not expected to possess topological features as the DMI or spin-chirality cancels out due to equal and opposite contributions from adjacent triangles. Here, however, we predict that the isomorphic frustrated honeycomb-lattice and bilayer triangular-lattice antiferromagnetic system will exhibit topological magnon bands and topological thermal Hall effect in the absence of an intrinsic DMI. These unconventional topological magnon features are present as a result of magnetic-field-induced non-coplanar spin configurations with nonzero scalar spin chirality. The relevance of the results to realistic bilayer triangular antiferromagnetic materials are discussed.

  15. Tailoring graphene magnetism by zigzag triangular holes: A first-principles thermodynamics study

    Directory of Open Access Journals (Sweden)

    Muhammad Ejaz Khan

    2016-03-01

    Full Text Available We discuss the thermodynamic stability and magnetic property of zigzag triangular holes (ZTHs in graphene based on the results of first-principles density functional theory calculations. We find that ZTHs with hydrogen-passivated edges in mixed sp2/sp3 configurations (z211 could be readily available at experimental thermodynamic conditions, but ZTHs with 100% sp2 hydrogen-passivation (z1 could be limitedly available at high temperature and ultra-high vacuum conditions. Graphene magnetization near the ZTHs strongly depends on the type and the size of the triangles. While metallic z1 ZTHs exhibit characteristic edge magnetism due to the same-sublattice engineering, semiconducting z211 ZTHs do show characteristic corner magnetism when the size is small <2 nm. Our findings could be useful for experimentally tailoring metal-free carbon magnetism by simply fabricating triangular holes in graphene.

  16. On the divergence of triangular and eccentric spherical sums of double Fourier series

    Energy Technology Data Exchange (ETDEWEB)

    Karagulyan, G A [Institute of Mathematics, National Academy of Sciences of Armenia, Yerevan (Armenia)

    2016-01-31

    We construct a continuous function on the torus with almost everywhere divergent triangular sums of double Fourier series. We also prove an analogous theorem for eccentric spherical sums. Bibliography: 14 titles.

  17. On the divergence of triangular and eccentric spherical sums of double Fourier series

    International Nuclear Information System (INIS)

    Karagulyan, G A

    2016-01-01

    We construct a continuous function on the torus with almost everywhere divergent triangular sums of double Fourier series. We also prove an analogous theorem for eccentric spherical sums. Bibliography: 14 titles

  18. Flow in a triangular open channel with hydraulic jump | Eyo | Journal ...

    African Journals Online (AJOL)

    Mathematical model for dredging a triangular open channel with hydraulic jump is developed using the method of successive approximation. Applying the model to a numerical example new parameters of the new (excavated) channel are determined and compared with those of the original channel. Another feature of the ...

  19. LINPACK, Subroutine Library for Linear Equation System Solution and Matrix Calculation

    International Nuclear Information System (INIS)

    Dongarra, J.J.

    1979-01-01

    1 - Description of problem or function: LINPACK is a collection of FORTRAN subroutines which analyze and solve various classes of systems of simultaneous linear algebraic equations. The collection deals with general, banded, symmetric indefinite, symmetric positive definite, triangular, and tridiagonal square matrices, as well as with least squares problems and the QR and singular value decompositions of rectangular matrices. A subroutine-naming convention is employed in which each subroutine name consists of five letters which represent a coded specification (TXXYY) of the computation done by that subroutine. The first letter, T, indicates the matrix data type. Standard FORTRAN allows the use of three such types: S REAL, D DOUBLE PRECISION, and C COMPLEX. In addition, some FORTRAN systems allow a double-precision complex type: Z COMPLEX*16. The second and third letters of the subroutine name, XX, indicate the form of the matrix or its decomposition: GE: General, GB: General band, PO: Positive definite, PP: Positive definite packed, PB: Positive definite band, SI: Symmetric indefinite, SP: Symmetric indefinite packed, HI: Hermitian indefinite, HP: Hermitian indefinite packed, TR: Triangular, GT: General tridiagonal, PT: Positive definite tridiagonal, CH: Cholesky decomposition, QR: Orthogonal-triangular decomposition, SV: Singular value decomposition. The final two letters, YY, indicate the computation done by the particular subroutine: FA: Factor, CO: Factor and estimate condition, SL: Solve, DI: Determinant and/or inverse and/or inertia, DC: Decompose, UD: Update, DD: Down-date, EX Exchange. The following chart shows all the LINPACK subroutines. The initial 'S' in the names may be replaced by D, C or Z and the initial 'C' in the complex-only names may be replaced by a Z. SGE: FA, CO, SL, DI; SGB: FA, CO, SL, DI; SPO: FA, CO, SL, DI; SPP: FA, CO, SL, DI; SPB: FA, CO, SL, DI; SSI: FA, CO, SL, DI; SSP: FA, CO, SL, DI; CHI: FA, CO, SL, DI; CHP: FA, CO, SL, DI; STR

  20. Evaluation of Using Triangular Plates as Continuity Plates in Box Column Section in Prequalified Welded Connections under Cyclic Loading

    Directory of Open Access Journals (Sweden)

    Mohammad Ali Kafi

    2017-02-01

    Full Text Available Welding of Continuity plates in box columns are not easily possible, therefore some researches has been done for substitution of external continuity plates.In this study first discussed about effects of continuity plate in I beam to Box column with top and bottom plate (WFP and welded unreinforced flange-welded web connection (WUF-W and reduced beam section connection (RBS. Then, triangular plates use to in connection beam to box column as continuity plates and to consider under cyclic loading. Studies have shown that existence of continuity plates in connections mentioned above have averagely increased loading capacity, rigidity and energy absorption 63, 86 and 75 percent respectively. The results also showed that using of triangular plates as continuity plates of box columns causing plastic strain in column flange in the area that concentration of materials is not much in triangular plates and increased the probability of failure in weld of plates to the column flange. Also using of triangular plates as continuity plates have not affected on plastic hinge location.

  1. Cause and Cure - Deterioration in Accuracy of CFD Simulations With Use of High-Aspect-Ratio Triangular Tetrahedral Grids

    Science.gov (United States)

    Chang, Sin-Chung; Chang, Chau-Lyan; Venkatachari, Balaji Shankar

    2017-01-01

    Traditionally high-aspect ratio triangular/tetrahedral meshes are avoided by CFD re-searchers in the vicinity of a solid wall, as it is known to reduce the accuracy of gradient computations in those regions and also cause numerical instability. Although for certain complex geometries, the use of high-aspect ratio triangular/tetrahedral elements in the vicinity of a solid wall can be replaced by quadrilateral/prismatic elements, ability to use triangular/tetrahedral elements in such regions without any degradation in accuracy can be beneficial from a mesh generation point of view. The benefits also carry over to numerical frameworks such as the space-time conservation element and solution element (CESE), where triangular/tetrahedral elements are the mandatory building blocks. With the requirement of the CESE method in mind, a rigorous mathematical framework that clearly identities the reason behind the difficulties in use of such high-aspect ratio triangular/tetrahedral elements is presented here. As will be shown, it turns out that the degree of accuracy deterioration of gradient computation involving a triangular element is hinged on the value of its shape factor Gamma def = sq sin Alpha1 + sq sin Alpha2 + sq sin Alpha3, where Alpha1; Alpha2 and Alpha3 are the internal angles of the element. In fact, it is shown that the degree of accuracy deterioration increases monotonically as the value of Gamma decreases monotonically from its maximal value 9/4 (attained by an equilateral triangle only) to a value much less than 1 (associated with a highly obtuse triangle). By taking advantage of the fact that a high-aspect ratio triangle is not necessarily highly obtuse, and in fact it can have a shape factor whose value is close to the maximal value 9/4, a potential solution to avoid accuracy deterioration of gradient computation associated with a high-aspect ratio triangular grid is given. Also a brief discussion on the extension of the current mathematical framework to the

  2. Aranha: a 2D mesh generator for triangular finite elements

    International Nuclear Information System (INIS)

    Fancello, E.A.; Salgado, A.C.; Feijoo, R.A.

    1990-01-01

    A method for generating unstructured meshes for linear and quadratic triangular finite elements is described in this paper. Some topics on the C language data structure used in the development of the program Aranha are also presented. The applicability for adaptive remeshing is shown and finally several examples are included to illustrate the performance of the method in irregular connected planar domains. (author)

  3. Laser cutting of triangular geometry into 2024 aluminum alloy: Influence of triangle size on thermal stress field

    Energy Technology Data Exchange (ETDEWEB)

    Yilbas, Bekir Sami; Akhtar, Syed Sohail [King Fahd University of Petroleum and Minerals, Dhahran (Saudi Arabia); Keles, Omer; Boran, Kurtulus [Gazi University, Ankara (Turkmenistan)

    2015-08-15

    Laser cutting of a triangular geometry into aluminum 2024 alloy is carried out. Thermal stress field in the cutting section is predicted using the finite element code ABAQUS. Surface temperature predictions are validated through the thermocouple data. Morphological changes in the cut section are examined incorporating optical and electron scanning microscopes. The effects of the size of the triangular geometry on thermal stress field are also examined. It is found that surface temperature predictions agree well with thermocouple data. von Mises stress remains high in the region close to the corners of the triangular geometry, which is more pronounced for the small size triangle. This behavior is associated with the occurrence of the high cooling rates in this region. Laser cut edges are free from large scale sideways burning and large size burr attachments. However, some locally scattered dross attachments are observed at the kerf exit.

  4. Multiple Fano-Like MIM Plasmonic Structure Based on Triangular Resonator for Refractive Index Sensing.

    Science.gov (United States)

    Jankovic, Nikolina; Cselyuszka, Norbert

    2018-01-19

    In this paper, we present a Fano metal-insulator-metal (MIM) structure based on an isosceles triangular cavity resonator for refractive index sensing applications. Due to the specific feeding scheme and asymmetry introduced in the triangular cavity, the resonator exhibits four sharp Fano-like resonances. The behavior of the structure is analyzed in detail and its sensing capabilities demonstrated through the responses for various refractive indices. The results show that the sensor has very good sensitivity and maximal figure of merit (FOM) value of 3.2 × 10⁵. In comparison to other similar sensors, the proposed one has comparable sensitivity and significantly higher FOM, which clearly demonstrates its high sensing potential.

  5. Some novel inequalities for fuzzy variables on the variance and its rational upper bound

    Directory of Open Access Journals (Sweden)

    Xiajie Yi

    2016-02-01

    Full Text Available Abstract Variance is of great significance in measuring the degree of deviation, which has gained extensive usage in many fields in practical scenarios. The definition of the variance on the basis of the credibility measure was first put forward in 2002. Following this idea, the calculation of the accurate value of the variance for some special fuzzy variables, like the symmetric and asymmetric triangular fuzzy numbers and the Gaussian fuzzy numbers, is presented in this paper, which turns out to be far more complicated. Thus, in order to better implement variance in real-life projects like risk control and quality management, we suggest a rational upper bound of the variance based on an inequality, together with its calculation formula, which can largely simplify the calculation process within a reasonable range. Meanwhile, some discussions between the variance and its rational upper bound are presented to show the rationality of the latter. Furthermore, two inequalities regarding the rational upper bound of variance and standard deviation of the sum of two fuzzy variables and their individual variances and standard deviations are proved. Subsequently, some numerical examples are illustrated to show the effectiveness and the feasibility of the proposed inequalities.

  6. MR Imaging of the Triangular Fibrocartilage Complex.

    Science.gov (United States)

    Cody, Michael E; Nakamura, David T; Small, Kirstin M; Yoshioka, Hiroshi

    2015-08-01

    MR imaging has emerged as the mainstay in imaging internal derangement of the soft tissues of the musculoskeletal system largely because of superior contrast resolution. The complex geometry and diminutive size of the triangular fibrocartilage complex (TFCC) and its constituent structures can make optimal imaging of the TFCC challenging; therefore, production of clinically useful images requires careful optimization of image acquisition parameters. This article provides a foundation for advanced TFCC imaging including factors to optimize magnetic resonance images, arthrography, detailed anatomy, and classification of injury. In addition, clinical presentations and treatments for TFCC injury are briefly considered. Copyright © 2015 Elsevier Inc. All rights reserved.

  7. Systematic control of edge length, tip sharpness, thickness, and localized surface plasmon resonance of triangular Au nanoprisms

    Energy Technology Data Exchange (ETDEWEB)

    Noda, Yuta; Hayakawa, Tomokatsu, E-mail: hayatomo@nitech.ac.jp [Nagoya Institute of Technology, Department of Frontier Materials, Field of Advanced Energy Conversion (Japan)

    2016-10-15

    Triangular gold (Au) nanoprisms of various sizes were synthesized in a controlled way using a modified three-step seed-mediated method with different volumes of starting seed solution and subsequent first step’s growth solution. The structures and optical properties of the triangular Au nanoprisms were investigated using transmission electron microscopy (TEM), atomic force microscopy, and UV–Vis–NIR spectrophotometry. The Au nanoprisms synthesized also varied in optical response frequency of localized surface plasmon resonance (LSPR) owing to electric dipole polarizations of the Au nanoprisms. This variation depended nonlinearly on the volume of the seed solution. From optical extinction spectra and careful TEM observations, the dipole LSPR peak frequency was found to be linearly proportional to the edge length of the Au nanoprisms. Consequently, it was experimentally shown that the LSPR optical response frequency of their colloidal solutions could be controlled in the near-infrared region (700–1200 nm), corresponding to an edge length of 40–180 nm of the Au nanoprisms. It was also demonstrated that the tip sharpness of triangular Au nanoprisms was improved by using fine Au seeds instead of coarse Au seeds, and the resulting Au nanoprisms were smaller and thinner. A formation mechanism of triangular Au nanoprisms shall also be discussed with a prospect of synthesizing very tiny Au nanoprisms.Graphical Abstract.

  8. A flat triangular shell element with Loof nodes

    DEFF Research Database (Denmark)

    Poulsen, Peter Noe; Damkilde, Lars

    1996-01-01

    In the formulation of flat shell elements it is difficult to achieve inter-element compatibility between membrane and transverse displacements for non-coplanar elements. Many elements lack proper nodal degrees of freedom to model intersections making the assembly of elements troublesome. A flat...... triangular shell element is established by a combination of a new plate bending element DKTL and the well-known linear membrane strain element LST, and for this element the above-mentioned deficiences are avoided. The plate bending element DKTL is based on Discrete Kirchhoff Theory and Loof nodes. The nodal...

  9. Arthroscopic Management of Triangular Fibrocartilage Complex Foveal Injury.

    Science.gov (United States)

    Fujio, Keiji

    2017-11-01

    The deep component of triangular fibrocartilage complex (TFCC) inserts onto the fovea of the ulnar head. This component is critical to provide distal radioulnar joint stability. The surgical techniques and results of transosseous inside-out TFCC foveal repair are discussed. The rewarding results encouraged the repair of TFCC to the fovea arthroscopically. Although the results are good, the factors of age (traumatic or degenerative) and quality of stump and TFCC proper, which relate to the results should be considered in the future. Copyright © 2017 Elsevier Inc. All rights reserved.

  10. High magnetic field magnetization of a new triangular lattice antiferromagnet

    Energy Technology Data Exchange (ETDEWEB)

    Zhou, H. D. [Univ. of Tennessee, Knoxville, TN (United States); Los Alamos National Lab. (LANL), Los Alamos, NM (United States). National High Magnetic Field Lab. (MagLab); Stritzinger, Laurel Elaine Winter [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Harrison, Neil [Los Alamos National Lab. (LANL), Los Alamos, NM (United States)

    2017-03-23

    In CsV(MoO4)2, the magnetic V3+ ions with octahedral oxygen-coordination form a geometrically frustrated triangular lattice. So fare, there is no magnetic properties reported on it. Recently, we successfully grew single crystals of CsV(MoO4)2 by using flux method. The susceptibility shows a sharp drop around 24 K, representing a long range magnetic ordering. To understand the physical properties of this new triangular lattice antiferromagnet (TLAF), we pursued high field magnetization measurements to answer two questions: (i) what is the saturation field, which will be very useful to calculate the exchange interaction of the system? (ii) Will it exhibit spin state transition, such as the up up down phase with 1/3-saturation moment as other TLAFs? Recently, we performed VSM measurements in Cell 8, Tallahassee, NHMFL, the results show that the magnetization reaches 0.38 MuB at 34 T, which is just 19% of the full moment of 2 MuB for V3+ (3d2) ions. Apparently we need higher field to reach 1/3 value or full moment.

  11. Tuning topological phase transitions in hexagonal photonic lattices made of triangular rods

    Science.gov (United States)

    Chan, Hsun-Chi; Guo, Guang-Yu

    2018-01-01

    In this paper we study topological phases in a two-dimensional photonic crystal with broken time (T ) and parity (P ) symmetries by performing calculations of band structures, Berry curvatures, Chern numbers, edge states, and also numerical simulations of light propagation in the edge modes. Specifically, we consider a hexagonal lattice consisting of triangular gyromagnetic rods. Here the gyromagnetic material breaks T symmetry while the triangular rods break P symmetry. Interestingly, we find that the crystal could host quantum anomalous Hall (QAH) phases with different gap Chern numbers (Cg) including | Cg|>1 as well as quantum valley Hall (QVH) phases with contrasting valley Chern numbers (Cv), depending on the orientation of the triangular rods. Furthermore, phase transitions among these topological phases, such as from QAH to QVH and vice versa, can be engineered by a simple rotation of the rods. Our band theoretical analyses reveal that the Dirac nodes at the K and K' valleys in the momentum space are produced and protected by the mirror symmetry (my) instead of the P symmetry, and they become gapped when either T or my symmetry is broken, resulting in a QAH or QVH phase, respectively. Moreover, a high Chern number (Cg=-2 ) QAH phase is generated by gapping triply degenerate nodal points rather than pairs of Dirac points by breaking T symmetry. Our proposed photonic crystal thus provides a platform for investigating intriguing topological phenomena which may be challenging to realize in electronic systems, and also has promising potentials for device applications in photonics such as reflection-free one-way waveguides and topological photonic circuits.

  12. Study of the Tool Geometry Influence in Indentation for the Analysis and Validation of the New Modular Upper Bound Technique

    Directory of Open Access Journals (Sweden)

    Carolina Bermudo

    2016-07-01

    Full Text Available Focusing on incremental bulk metal forming processes, the indentation process is gaining interest as a fundamental part of these kinds of processes. This paper presents the analysis of the pressure obtained in indentation under the influence of different punch geometries. To this end, an innovative Upper Bound Theorem (UBT based solution is introduced. This new solution can be easily applied to estimate the necessary force that guarantees plastic deformation by an indentation process. In this work, we propose an accurate analytical approach to analyse indentation under different punches. The new Modular Upper Bound (MUB method presents a simpler and faster application. Additionally, its complexity is not considerably increased by the addition of more Triangular Rigid Zones. In addition, a two-dimensional indentation model is designed and implemented using the Finite Element Method (FEM. The comparison of the two methods applied to the indentation process analysed—the new Modular Upper Bound technique and the Finite Element Method—reveal close similarities, the new Modular Upper Bound being more computationally efficient.

  13. A fast iterative model for discrete velocity calculations on triangular grids

    International Nuclear Information System (INIS)

    Szalmas, Lajos; Valougeorgis, Dimitris

    2010-01-01

    A fast synthetic type iterative model is proposed to speed up the slow convergence of discrete velocity algorithms for solving linear kinetic equations on triangular lattices. The efficiency of the scheme is verified both theoretically by a discrete Fourier stability analysis and computationally by solving a rarefied gas flow problem. The stability analysis of the discrete kinetic equations yields the spectral radius of the typical and the proposed iterative algorithms and reveal the drastically improved performance of the latter one for any grid resolution. This is the first time that stability analysis of the full discrete kinetic equations related to rarefied gas theory is formulated, providing the detailed dependency of the iteration scheme on the discretization parameters in the phase space. The corresponding characteristics of the model deduced by solving numerically the rarefied gas flow through a duct with triangular cross section are in complete agreement with the theoretical findings. The proposed approach may open a way for fast computation of rarefied gas flows on complex geometries in the whole range of gas rarefaction including the hydrodynamic regime.

  14. Biological synthesis of triangular gold nanoprisms

    Science.gov (United States)

    Shankar, S. Shiv; Rai, Akhilesh; Ankamwar, Balaprasad; Singh, Amit; Ahmad, Absar; Sastry, Murali

    2004-07-01

    The optoelectronic and physicochemical properties of nanoscale matter are a strong function of particle size. Nanoparticle shape also contributes significantly to modulating their electronic properties. Several shapes ranging from rods to wires to plates to teardrop structures may be obtained by chemical methods; triangular nanoparticles have been synthesized by using a seeded growth process. Here, we report the discovery that the extract from the lemongrass plant, when reacted with aqueous chloroaurate ions, yields a high percentage of thin, flat, single-crystalline gold nanotriangles. The nanotriangles seem to grow by a process involving rapid reduction, assembly and room-temperature sintering of 'liquid-like' spherical gold nanoparticles. The anisotropy in nanoparticle shape results in large near-infrared absorption by the particles, and highly anisotropic electron transport in films of the nanotriangles.

  15. Direct calculation of the spin stiffness on square, triangular and cubic lattices using the coupled cluster method

    OpenAIRE

    Krüger, S. E.; Darradi, R.; Richter, J.; Farnell, D. J. J

    2006-01-01

    We present a method for the direct calculation of the spin stiffness by means of the coupled cluster method. For the spin-half Heisenberg antiferromagnet on the square, the triangular and the cubic lattices we calculate the stiffness in high orders of approximation. For the square and the cubic lattices our results are in very good agreement with the best results available in the literature. For the triangular lattice our result is more precise than any other result obtained so far by other a...

  16. On the critical point of the fully-anisotropic quenched bond-random Potts ferromagnet in triangular and honeycomb lattices

    International Nuclear Information System (INIS)

    Tsallis, C.; Santos, R.J.V. dos

    1983-01-01

    On conjectural grounds an equation that provides a very good approximation for the critical temperature of the fully-anisotropic homogeneous quenched bond-random q-state Potts ferromagnet in triangular and honeycomb lattices is presented. Almost all the exact particular results presently known for the square, triangular and honeycomb lattices are recovered; the numerical discrepancy is quite small for the few exceptions. Some predictions that we believe to be exact are made explicite as well. (Author) [pt

  17. Triangular flow of negative pions emitted in PbAu collisions at $\\sqrt{S_{NN}} = 17.3$ GeV

    CERN Document Server

    Adamová, D.

    Differential triangular flow, $v_3(p_T)$, of negative pions is measured at $\\sqrt{s_{NN}}$= 17.3~GeV around midrapidity by the CERES/NA45 experiment at CERN in central PbAu collisions in the range 0-30\\% with a mean centrality of 5.5\\%. This is the first measurement of the triangular flow at SPS energies. The $p_T$ range extends from about 0.05~GeV/c to more than 2~GeV/c. The triangular flow magnitude, corrected for the HBT effects, is smaller by a factor of about 2 than the one measured by the PHENIX experiment at RHIC and the ALICE experiment at the LHC. Within the analyzed range of central collisions no significant centrality dependence is observed. The data are found to be well described by a viscous hydro calculation combined with an UrQMD cascade model for the late stages.

  18. Entanglement property in matrix product spin systems

    International Nuclear Information System (INIS)

    Zhu Jingmin

    2012-01-01

    We study the entanglement property in matrix product spin-ring systems systemically by von Neumann entropy. We find that: (i) the Hilbert space dimension of one spin determines the upper limit of the maximal value of the entanglement entropy of one spin, while for multiparticle entanglement entropy, the upper limit of the maximal value depends on the dimension of the representation matrices. Based on the theory, we can realize the maximum of the entanglement entropy of any spin block by choosing the appropriate control parameter values. (ii) When the entanglement entropy of one spin takes its maximal value, the entanglement entropy of an asymptotically large spin block, i.e. the renormalization group fixed point, is not likely to take its maximal value, and so only the entanglement entropy S n of a spin block that varies with size n can fully characterize the spin-ring entanglement feature. Finally, we give the entanglement dynamics, i.e. the Hamiltonian of the matrix product system. (author)

  19. Collapse of triangular channels in a soft elastomer

    Science.gov (United States)

    Tepáyotl-Ramírez, Daniel; Lu, Tong; Park, Yong-Lae; Majidi, Carmel

    2013-01-01

    We extend classical solutions in contact mechanics to examine the collapse of channels in a soft elastomer. These channels have triangular cross-section and collapse when pressure is applied to the surrounding elastomer. Treating the walls of the channel as indenters that penetrate the channel base, we derive an algebraic mapping between pressure and cross-sectional area. These theoretical predictions are in strong agreement with results that we obtain through finite element analysis and experimental measurements. This is accomplished without data fitting and suggests that the theoretical approach may be generalized to a broad range of cross-sectional geometries in soft microfluidics.

  20. Decision model of project financing based on triangular fuzzy AHP%基于三角模糊AHP的项目融资决策模型

    Institute of Scientific and Technical Information of China (English)

    李香花; 王孟钧

    2012-01-01

    A new infrastructure project financing decision model is constructed by systematically analyzing of project financing modes. It uses the hierarchical decomposition method to decompose the complex project financing mode decision problem and its corresponding evaluation indexes. It uses the Delphi method to evaluate these indexes. Because expert advice is characteristic of fuzzy and uncertainty, expert advice is converted into triangular fuzzy numbers by using the triangular fuzzy language variables. And the fuzzy decision judgment matrixes are constructed. Synthesis weights of all alternative models are obtained and the decisions are made by transforming the judge matrixes and calculating their vectors together with Analytical Hierarchy Process (AHP). The practical case shows that the proposed model provides a good method for the urban infrastructure project finance decision making.%通过对项目融资模式进行系统分析,构建了一个全新的基础设施项目融资模式决策模型.运用层次分解法将复杂项目融资模式决策问题进行分解简化,采用德尔菲法专家打分对备选模式对应的分解指标进行评价.针对专家意见具有模糊性和不确定性的特点,运用三角模糊语言变量,将专家意见转换成三角模糊数并构建模糊决策判断矩阵,再结合层次分析法(AHP)对判断矩阵进行模糊变换和向量计算,得到备选模式综合权重并据以做出决策.最后进行实例验证,为城市基础设施项目融资提供决策参考.

  1. Success Factors of Biotechnology Industry Based on Triangular Fuzzy Number

    OpenAIRE

    Lei, Lei

    2013-01-01

    Based on the theory of competitive advantage and value chain, this paper establishes the indicator system, and develop the strategic framework using the fuzzy Delphi method. Then the triangular fuzzy number model is established using Fuzzy Analytic Hierarchy Process, and the key factors influencing biotechnology industry are extracted. The results show that in terms of weight, the key factors influencing the success of biotechnology industry are sequenced as follows: “open innovation capaci...

  2. Triangular flow of negative pions emitted in PbAu collisions at √{sNN} = 17.3 GeV

    Science.gov (United States)

    Adamová, D.; Agakichiev, G.; Andronic, A.; Antończyk, D.; Appelshäuser, H.; Belaga, V.; Bielčíková, J.; Braun-Munzinger, P.; Busch, O.; Cherlin, A.; Damjanović, S.; Dietel, T.; Dietrich, L.; Drees, A.; Dubitzky, W.; Esumi, S. I.; Filimonov, K.; Fomenko, K.; Fraenkel, Z.; Garabatos, C.; Glässel, P.; Hering, G.; Holeczek, J.; Kalisky, M.; Karpenko, Iu.; Krobath, G.; Kushpil, V.; Maas, A.; Marín, A.; Milošević, J.; Miśkowiec, D.; Panebrattsev, Y.; Petchenova, O.; Petráček, V.; Radomski, S.; Rak, J.; Ravinovich, I.; Rehak, P.; Sako, H.; Schmitz, W.; Schuchmann, S.; Sedykh, S.; Shimansky, S.; Stachel, J.; Šumbera, M.; Tilsner, H.; Tserruya, I.; Tsiledakis, G.; Wessels, J. P.; Wienold, T.; Wurm, J. P.; Yurevich, S.; Yurevich, V.

    2017-01-01

    Differential triangular flow, v3 (pT), of negative pions is measured at √{sNN} = 17.3 GeV around midrapidity by the CERES/NA45 experiment at CERN in central PbAu collisions in the range 0-30% with a mean centrality of 5.5%. This is the first measurement as a function of transverse momentum of the triangular flow at SPS energies. The pT range extends from about 0.05 GeV/c to more than 2 GeV/c. The triangular flow magnitude, corrected for the HBT effects, is smaller by a factor of about 2 than the one measured by the PHENIX experiment at RHIC and the ALICE experiment at the LHC. Within the analyzed range of central collisions no significant centrality dependence is observed. The data are found to be well described by a viscous hydrodynamic calculation combined with an UrQMD cascade model for the late stages.

  3. A waveless free surface flow past a submerged triangular obstacle in presence of surface tension

    Directory of Open Access Journals (Sweden)

    Hakima Sekhri

    2016-07-01

    Full Text Available We consider the Free surface flows passing a submerged triangular obstacle at the bottom of a channel. The problem is characterized by a nonlinear boundary condition on the surface of unknown configuration. The analytical exact solutions for these problems are not known. Following Dias and Vanden Broeck [6], we computed numerically the solutions via a series truncation method. These solutions depend on two parameters: the Weber number $\\alpha$ characterizing the strength of the surface tension and the angle $\\beta$ at the base characterizing the shape of the apex. Although free surface flows with surface tension admit capillary waves, it is found that solution exist only for values of the Weber number greater than $\\alpha_0$ for different configurations of the triangular obstacle.

  4. Matrix analysis

    CERN Document Server

    Bhatia, Rajendra

    1997-01-01

    A good part of matrix theory is functional analytic in spirit. This statement can be turned around. There are many problems in operator theory, where most of the complexities and subtleties are present in the finite-dimensional case. My purpose in writing this book is to present a systematic treatment of methods that are useful in the study of such problems. This book is intended for use as a text for upper division and gradu­ ate courses. Courses based on parts of the material have been given by me at the Indian Statistical Institute and at the University of Toronto (in collaboration with Chandler Davis). The book should also be useful as a reference for research workers in linear algebra, operator theory, mathe­ matical physics and numerical analysis. A possible subtitle of this book could be Matrix Inequalities. A reader who works through the book should expect to become proficient in the art of deriving such inequalities. Other authors have compared this art to that of cutting diamonds. One first has to...

  5. Self-duality for coupled Potts models on the triangular lattice

    International Nuclear Information System (INIS)

    Richard, Jean-Francois; Jacobsen, Jesper Lykke; Picco, Marco

    2004-01-01

    We present self-dual manifolds for coupled Potts models on the triangular lattice. We exploit two different techniques: duality followed by decimation, and mapping to a related loop model. The latter technique is found to be superior, and it allows us to include three-spin couplings. Starting from three coupled models, such couplings are necessary for generating self-dual solutions. A numerical study of the case of two coupled models leads to the identification of novel critical points

  6. Arthroscopic Management of Triangular Fibrocartilage Complex Peripheral Injury.

    Science.gov (United States)

    Haugstvedt, Jan Ragnar; Søreide, Endre

    2017-11-01

    Patients suffering from ulnar-sided wrist pain after trauma may develop tenderness, clicking, a positive fovea sign, or instability of the distal radioulnar joint. If the pain is persistent, conservative treatment does not help, and the patient agrees to surgery, arthroscopy may reveal a triangular fibrocartilage complex (TFCC) injury with capsular detachment, foveal avulsion, or a combination thereof. Capsular reattachment is possible using an arthroscopic assisted technique. The reattachment can be performed with an inside-out, outside-in, or all-inside technique, providing good to excellent results, which tend to persist over time, in 60% to 90% of cases. Copyright © 2017 Elsevier Inc. All rights reserved.

  7. Collective impurity effects in the Heisenberg triangular antiferromagnet

    International Nuclear Information System (INIS)

    Maryasin, V S; Zhitomirsky, M E

    2015-01-01

    We theoretically investigate the Heisenberg antiferromagnet on a triangular lattice doped with nonmagnetic impurities. Two nontrivial effects resulting from collective impurity behavior are predicted. The first one is related to presence of uncompensated magnetic moments localized near vacancies as revealed by the low-temperature Curie tail in the magnetic susceptibility. These moments exhibit an anomalous growth with the impurity concentration, which we attribute to the clustering mechanism. In an external magnetic field, impurities lead to an even more peculiar phenomenon lifting the classical ground-state degeneracy in favor of the conical state. We analytically demonstrate that vacancies spontaneously generate a positive biquadratic exchange, which is responsible for the above degeneracy lifting

  8. Group theoretical classification of broken symmetry states of the two-fold degenerate Hubbard model on a triangular lattice

    International Nuclear Information System (INIS)

    Masago, Akira; Suzuki, Naoshi

    2001-01-01

    By a group theoretical procedure we derive the possible spontaneously broken-symmetry states for the two-fold degenerate Hubbard model on a two-dimensional triangular lattice. For ordering wave vectors corresponding to the points Γ and K in the first BZ we find 22 states which include 16 collinear and six non-collinear states. The collinear states include the usual SDW and CDW states which appear also in the single-band Hubbard model. The non-collinear states include exotic ordering states of orbitals and spins as well as the triangular arrangement of spins

  9. High-Order Hyperbolic Residual-Distribution Schemes on Arbitrary Triangular Grids

    Science.gov (United States)

    Mazaheri, Alireza; Nishikawa, Hiroaki

    2015-01-01

    In this paper, we construct high-order hyperbolic residual-distribution schemes for general advection-diffusion problems on arbitrary triangular grids. We demonstrate that the second-order accuracy of the hyperbolic schemes can be greatly improved by requiring the scheme to preserve exact quadratic solutions. We also show that the improved second-order scheme can be easily extended to third-order by further requiring the exactness for cubic solutions. We construct these schemes based on the LDA and the SUPG methodology formulated in the framework of the residual-distribution method. For both second- and third-order-schemes, we construct a fully implicit solver by the exact residual Jacobian of the second-order scheme, and demonstrate rapid convergence of 10-15 iterations to reduce the residuals by 10 orders of magnitude. We demonstrate also that these schemes can be constructed based on a separate treatment of the advective and diffusive terms, which paves the way for the construction of hyperbolic residual-distribution schemes for the compressible Navier-Stokes equations. Numerical results show that these schemes produce exceptionally accurate and smooth solution gradients on highly skewed and anisotropic triangular grids, including curved boundary problems, using linear elements. We also present Fourier analysis performed on the constructed linear system and show that an under-relaxation parameter is needed for stabilization of Gauss-Seidel relaxation.

  10. Enhancement of heat transfer by nanofluids and orientations of the equilateral triangular obstacle

    International Nuclear Information System (INIS)

    Bovand, M.; Rashidi, S.; Esfahani, J.A.

    2015-01-01

    Highlights: • The heat transfer is improved by nanofluids and orientations of the obstacle. • The role of solid volume fraction on the fluid flow and heat transfer is studied. • There is an upward drift in the vortices for the diagonal facing flow. • The maximum value of the average Nusselt number is for the vertex facing flow. - Abstract: This paper simulates the forced convective heat transfer of Al 2 O 3 –water nanofluid over an equilateral triangular obstacle. Computations are performed for different orientations of the triangular obstacle (side, vertex and diagonal facing flows). The ranges of Reynolds number (Re) and solid volume fractions of nanoparticles (φ) are 1 ⩽ Re ⩽ 200 and 0 ⩽ φ ⩽ 0.05, respectively. Two-dimensional unsteady conservation laws of mass, momentum, and energy equations have been solved using finite volume method. The effects of Reynolds number, solid volume fractions of nanoparticles and different orientations of the triangular obstacle on the flow and heat transfer characteristics are investigated in detail. Detailed results are presented for wake length, streamline, vorticity, temperature contours and time averaged Nusselt number. Finally, the value of time averaged Nusselt number has been investigated in three equations using least square method which the effects of solid volume fraction of nanoparticles and Reynolds numbers are taken into account. The calculated results revealed that the maximum effect of nanoparticles on heat transfer rate augmentation is for the side facing flow and the minimum is related to the vertex facing flow. Also, the required Reynolds numbers for wake formation decrease with increase in solid volume fraction

  11. A microcomputer program for energy assessment and aggregation using the triangular probability distribution

    Science.gov (United States)

    Crovelli, R.A.; Balay, R.H.

    1991-01-01

    A general risk-analysis method was developed for petroleum-resource assessment and other applications. The triangular probability distribution is used as a model with an analytic aggregation methodology based on probability theory rather than Monte-Carlo simulation. Among the advantages of the analytic method are its computational speed and flexibility, and the saving of time and cost on a microcomputer. The input into the model consists of a set of components (e.g. geologic provinces) and, for each component, three potential resource estimates: minimum, most likely (mode), and maximum. Assuming a triangular probability distribution, the mean, standard deviation, and seven fractiles (F100, F95, F75, F50, F25, F5, and F0) are computed for each component, where for example, the probability of more than F95 is equal to 0.95. The components are aggregated by combining the means, standard deviations, and respective fractiles under three possible siutations (1) perfect positive correlation, (2) complete independence, and (3) any degree of dependence between these two polar situations. A package of computer programs named the TRIAGG system was written in the Turbo Pascal 4.0 language for performing the analytic probabilistic methodology. The system consists of a program for processing triangular probability distribution assessments and aggregations, and a separate aggregation routine for aggregating aggregations. The user's documentation and program diskette of the TRIAGG system are available from USGS Open File Services. TRIAGG requires an IBM-PC/XT/AT compatible microcomputer with 256kbyte of main memory, MS-DOS 3.1 or later, either two diskette drives or a fixed disk, and a 132 column printer. A graphics adapter and color display are optional. ?? 1991.

  12. Localized spin-wave modes in a triangular magnetic element studied by micro-focused Brillouin light scattering

    Energy Technology Data Exchange (ETDEWEB)

    Hwang, S.; Kwon, J.-H. [School of Materials Science and Engineering, Gwangju Institute of Science and Technology (GIST), Gwangju 61005 (Korea, Republic of); Grünberg, P. [Grünberg Center for Magnetic Nanomaterials, Gwangju Institute of Science and Technology (GIST), Gwangju 61005 (Korea, Republic of); Cho, B.K., E-mail: chobk@gist.ac.kr [School of Materials Science and Engineering, Gwangju Institute of Science and Technology (GIST), Gwangju 61005 (Korea, Republic of)

    2017-09-01

    Highlights: • Direct evidence of localized mode in a triangular nano-magnet using μ-BLS. • Localized regions are identified by the internal field distribution. • The spatially resolved measurement was performed to obtain 2-D intensity map. • Spin modes in same positions can be distinguish comparing with simulated spectrum. • Localized modes were identified by comparing with the simulated spatial profiles. - Abstract: Localized spin-wave modes, which were thermally excited at a specific position in a triangular magnetic element, were investigated using micro-focused Brillouin light scattering in two saturated states, the buckle and Y-states, with an applied magnetic field of 0.24 T parallel and perpendicular to the basal edge, respectively. The measured frequency spectrum at a specific beam spot position, rather than an integrated spectrum, was analyzed by comparing it with the simulation data at a precisely selected position within the beam spot area. The analyzed results were used to plot a two-dimensional intensity map and simulation spatial profile to verify the validity of the analysis. From the analysis process, two localized spin-wave modes in a triangular magnetic element were successfully identified near the apex region in the buckle state and near the basal edge region in the Y-state.

  13. Recovery of the Dirac system from the rectangular Weyl matrix function

    International Nuclear Information System (INIS)

    Fritzsche, B; Kirstein, B; Roitberg, I Ya; Sakhnovich, A L

    2012-01-01

    Weyl theory for Dirac systems with rectangular matrix potentials is non-classical. The corresponding Weyl functions are rectangular matrix functions. Furthermore, they are non-expansive in the upper semi-plane. Inverse problems are studied for such Weyl functions, and some results are new even for the square Weyl functions. High-energy asymptotics of Weyl functions and Borg–Marchenko-type uniqueness results are derived too. (paper)

  14. Prevalence of triangular fibrocartilage complex abnormalities regardless of symptoms rise with age: systematic review and pooled analysis.

    Science.gov (United States)

    Chan, Jimmy J; Teunis, Teun; Ring, David

    2014-12-01

    Triangular fibrocartilage complex abnormalities seem to be more common with age, but the degree to which this is so, and the degree to which the presence of an abnormality is associated with symptoms, are topics of controversy. We wished to perform a systematic review to determine the prevalence of triangular fibrocartilage complex abnormalities, and to determine if the prevalence of abnormalities are greater with increasing age. In addition, we stratified age groups based on symptoms. We searched MEDLINE, EMBASE, and the Cochrane Library through August 15, 2013. Studies that reported triangular fibrocartilage complex abnormalities by age were included. Fifteen studies including 977 wrists met our criteria and reported a total of 368 (38%) triangular fibrocartilage complex abnormalities. Eight studies included symptomatic patients; the remainder studied cadavers (six studies) or asymptomatic volunteers (one study). Patients were divided into four age groups (fibrocartilage complex abnormalities increased with age, from 27% (80/301) in patients younger than 30 years to 49% (130/265) in patients 70 years and older (p fibrocartilage complex prevalence abnormality increased from 15% (24/159) to 49% (129/263) in the same age groups (p fibrocartilage complex abnormalities are common in symptomatic and asymptomatic wrists, and they are increasingly common with age. As in all situations where abnormalities are so common that they may be incidental, we need (1) a reliable and accurate method for determining whether these abnormalities are the cause of symptoms; and (2) evidence that treatment of these abnormalities improves symptoms better than placebo. Level III, prognostic study. See the Instructions for Authors for a complete description of levels of evidence.

  15. A Triangular Approach to Integrate Research, Education and Practice in Higher Engineering Education

    Science.gov (United States)

    Heikkinen, Eetu-Pekka; Jaako, Juha; Hiltunen, Jukka

    2017-01-01

    Separate approaches in engineering education, research and practice are not very useful when preparing students for working life; instead, integration of education, research and industrial practices is needed. A triangular approach (TA) as a method to accomplish this integration and as a method to provide students with integrated expertise is…

  16. Breaking away from the Pack: Positioning the Marketing Discipline through a Triangular Analysis.

    Science.gov (United States)

    Bonnici, Joseph L.; Reddy, Allan C.

    1993-01-01

    College and university marketing departments should use the technique of positioning to increase enrollments. The triangular approach to positioning uses close scrutiny of the student profile, the benefits marketing courses offer, and the competition the department faces within and outside the business school. The technique can also be used by…

  17. Wildlife in the Upper Great Lakes Region: a community profile.

    Science.gov (United States)

    Janine M. Benyus; Richard R. Buech; Mark D. Nelson

    1992-01-01

    Wildlife habitat data from seven Great Lakes National Forests were combined into a wildlife-habitat matrix named NORTHWOODS. The composite NORTHWOODS data base is summarized. Multiple queries of NORTHWOODS were used to profile the wildlife community of the Upper Great Lakes region.

  18. High-Resolution 3T MR Imaging of the Triangular Fibrocartilage Complex.

    Science.gov (United States)

    von Borstel, Donald; Wang, Michael; Small, Kirstin; Nozaki, Taiki; Yoshioka, Hiroshi

    2017-01-10

    This study is intended as a review of 3Tesla (T) magnetic resonance (MR) imaging of the triangular fibrocartilage complex (TFCC). The recent advances in MR imaging, which includes high field strength magnets, multi-channel coils, and isotropic 3-dimensional (3D) sequences have enabled the visualization of precise TFCC anatomy with high spatial and contrast resolution. In addition to the routine wrist protocol, there are specific techniques used to optimize 3T imaging of the wrist; including driven equilibrium sequence (DRIVE), parallel imaging, and 3D imaging. The coil choice for 3T imaging of the wrist depends on a number of variables, and the proper coil design selection is critical for high-resolution wrist imaging with high signal and contrast-to-noise ratio. The TFCC is a complex structure and is composed of the articular disc (disc proper), the triangular ligament, the dorsal and volar radioulnar ligaments, the meniscus homologue, the ulnar collateral ligament (UCL), the extensor carpi ulnaris (ECU) tendon sheath, and the ulnolunate and ulnotriquetral ligaments. The Palmer classification categorizes TFCC lesions as traumatic (type 1) or degenerative (type 2). In this review article, we present clinical high-resolution MR images of normal TFCC anatomy and TFCC injuries with this classification system.

  19. Study into critical properties of 3D frustrated Heisenberg model on triangular lattice by the use of Monte Carlo methods

    International Nuclear Information System (INIS)

    Murtazaev, A.K.; Ramazanov, M.K.; Badiev, M.K.

    2009-01-01

    The critical properties of the 3D frustrated antiferromagnetic Heisenberg model on a triangular lattice are investigated by the replica Monte Carlo method. The static magnetic and chiral critical exponents of heat capacity a = 0.05(2), magnetization Β 0.30(1), Β k = 0.52(2), susceptibility Γ = 1.36(2), Γ k = 0.93(3), and correlation radius Ν 0.64(1), Ν k = 0.64(2) are calculated by using the finitesize scaling theory. The critical Fisher exponents η = - 0.06(3), η k = 0.63(4) for this model are estimated for the first time. A new universality class of the critical behavior is shown to be formed by the 3D frustrated Heisenberg model on the triangular lattice. A type of the interlayer exchange interaction is found to influence the universality class of antiferromagnetic Heisenberg model on the a triangular lattice.

  20. The spatially anisotropic triangular lattice antiferromagnet: Popov-Fedotov method

    International Nuclear Information System (INIS)

    Nga, Pham Thi Thanh; Trang, Phan Thu; Thang, Nguyen Toan

    2017-01-01

    We present an analysis of the antiferromagnetic Heisenberg model on an triangular lattice with spatially anisotropic J 1 - J 2 exchange interactions. We apply the Popov-Fedotov method based on introducing an imaginary valued chemical potential to enforce the auxiliary fermion constraint exactly. The staggered magnetization, magnon spectra, free energy are computed in one loop approximation and compared using two different constraints: exact and on average. In the limit of zero temperature the results are identical, whereas at higher temperature significant differences are found. The comparisons with the results obtained by other methods are discussed. (paper)

  1. Double Beta Decay and Neutrino Masses Accuracy of the Nuclear Matrix Elements

    International Nuclear Information System (INIS)

    Faessler, Amand

    2005-01-01

    The neutrinoless double beta decay is forbidden in the standard model of the electroweak and strong interaction but allowed in most Grand Unified Theories (GUT's). Only if the neutrino is a Majorana particle (identical with its antiparticle) and if it has a mass, the neutrinoless double beta decay is allowed. Apart of one claim that the neutrinoless double beta decay in 76 Ge is measured, one has only upper limits for this transition probability. But even the upper limits allow to give upper limits for the electron Majorana neutrino mass and upper limits for parameters of GUT's and the minimal R-parity violating supersymmetric model. One further can give lower limits for the vector boson mediating mainly the right-handed weak interaction and the heavy mainly right-handed Majorana neutrino in left-right symmetric GUT's. For that one has to assume that the specific mechanism is the leading one for the neutrinoless double beta decay and one has to be able to calculate reliably the corresponding nuclear matrix elements. In the present contribution, one discusses the accuracy of the present status of calculating the nuclear matrix elements and the corresponding limits of GUT's and supersymmetric parameters

  2. Mean streamwise velocity measurements in a triple jet of equilateral triangular configuration

    Energy Technology Data Exchange (ETDEWEB)

    Moustafa, G.H. (Menoufia Univ. (Egypt). Coll. of Engineering); Sundararajan, T. (IIT Kanpur (India). Dept. of Mechanical Engineering); Rathakrishnan, E. (IIT Kanpur (India). Dept. of Aerospace Engineering)

    1993-09-01

    Multijet flows arise in several applications such as jet engine/rocket combustors, the thrust augmenting ejectors for VTOL/STOL aircraft, and industrial gas burners. In order to achieve proper combustion, thrust development, and reduction in the noise level, it is often desirable to control the inter-mixing between the jets and also the entrainment of the surrounding atmosphere. This, in turn, requires a detailed study of the behavior of high speed jets in multijet configuration. The situation of interest here is an array of three axisymmetric nozzles set in a common end wall with equal spacing in a triangular configuration. The reason why this particular configuration has been chosen is that it promotes bending of the jet axes toward each other, thus leading to greater mixing. In the present study, experiments have been conducted to investigate the effect of stagnation pressure ratio and nozzle spacing upon the mean flow characteristic of compressible jets in triangular configuration. The individual flow features of the vertex jet and the base twin jet are analyzed and their contributions to the axis switching as well as the overall triple jet behavior are highlighted.

  3. Streamwise counter-rotating vortices generated by triangular leading edge pattern in flat plate boundary layer

    KAUST Repository

    Hasheminejad, S. M.; Mitsudharmadi, Hatsari; Winoto, S. H.; Lua, K. B.; Low, H. T.

    2016-01-01

    A series of flow visualizations were conducted to qualitatively study the development of streamwise counter-rotating vortices over a flat plate induced by triangular patterns at the leading edge of a flat plate. The experiments were carried out

  4. Hadamard upper bound on optimum joint decoding capacity of Wyner Gaussian cellular MAC

    KAUST Repository

    Shakir, Muhammad

    2011-09-01

    This article presents an original analytical expression for an upper bound on the optimum joint decoding capacity of Wyner circular Gaussian cellular multiple access channel (C-GCMAC) for uniformly distributed mobile terminals (MTs). This upper bound is referred to as Hadamard upper bound (HUB) and is a novel application of the Hadamard inequality established by exploiting the Hadamard operation between the channel fading matrix G and the channel path gain matrix Ω. This article demonstrates that the actual capacity converges to the theoretical upper bound under the constraints like low signal-to-noise ratios and limiting channel path gain among the MTs and the respective base station of interest. In order to determine the usefulness of the HUB, the behavior of the theoretical upper bound is critically observed specially when the inter-cell and the intra-cell time sharing schemes are employed. In this context, we derive an analytical form of HUB by employing an approximation approach based on the estimation of probability density function of trace of Hadamard product of two matrices, i.e., G and Ω. A closed form of expression has been derived to capture the effect of the MT distribution on the optimum joint decoding capacity of C-GCMAC. This article demonstrates that the analytical HUB based on the proposed approximation approach converges to the theoretical upper bound results in the medium to high signal to noise ratio regime and shows a reasonably tighter bound on optimum joint decoding capacity of Wyner GCMAC.

  5. An immunohistochemical study of the triangular fibrocartilage complex of the wrist: regional variations in cartilage phenotype

    Science.gov (United States)

    Milz, S; Sicking, B; Sprecher, C M; Putz, R; Benjamin, M

    2007-01-01

    The triangular fibrocartilage complex (TFCC) transmits load from the wrist to the ulna and stabilizes the distal radioulnar joint. Damage to it is a major cause of wrist pain. Although its basic structure is well established, little is known of its molecular composition. We have analysed the immunohistochemical labelling pattern of the extracellular matrix of the articular disc and the meniscal homologue of the TFCC in nine elderly individuals (age range 69–96 years), using a panel of monoclonal antibodies directed against collagens, glycosaminoglycans, proteoglycans and cartilage oligomeric matrix protein (COMP). Although many of the molecules (types I, III and VI collagen, chondroitin 4 sulphate, dermatan sulphate and keratan sulphate, the oversulphated epitope of chondroitin 6 sulphate, versican and COMP) were found in all parts of the TFCC, aggrecan, link protein and type II collagen were restricted to the articular disc and to entheses. They were thus not a feature of the meniscal homologue. The shift in tissue phenotype within the TFCC, from a fibrocartilaginous articular disc to a more fibrous meniscal homologue, correlates with biomechanical data suggesting that the radial region is stiff and subject to considerable stress concentration. The presence of aggrecan, link protein and type II collagen in the articular disc could explain why the TFCC is destroyed in rheumatoid arthritis, given that it has been suggested that autoimmunity to these antigens results in the destruction of articular cartilage. The differential distribution of aggrecan within the TFCC is likely to be reflected by regional differences in water content and mobility on the radial and ulnar side. This needs to be taken into account in the design of improved MRI protocols for visualizing this ulnocarpal complex of the wrist. PMID:17532798

  6. A fast direct method for block triangular Toeplitz-like with tri-diagonal block systems from time-fractional partial differential equations

    Science.gov (United States)

    Ke, Rihuan; Ng, Michael K.; Sun, Hai-Wei

    2015-12-01

    In this paper, we study the block lower triangular Toeplitz-like with tri-diagonal blocks system which arises from the time-fractional partial differential equation. Existing fast numerical solver (e.g., fast approximate inversion method) cannot handle such linear system as the main diagonal blocks are different. The main contribution of this paper is to propose a fast direct method for solving this linear system, and to illustrate that the proposed method is much faster than the classical block forward substitution method for solving this linear system. Our idea is based on the divide-and-conquer strategy and together with the fast Fourier transforms for calculating Toeplitz matrix-vector multiplication. The complexity needs O (MNlog2 ⁡ M) arithmetic operations, where M is the number of blocks (the number of time steps) in the system and N is the size (number of spatial grid points) of each block. Numerical examples from the finite difference discretization of time-fractional partial differential equations are also given to demonstrate the efficiency of the proposed method.

  7. Laminar simulation of intersubchannel mixing in a triangular nuclear fuel bundle geometry

    International Nuclear Information System (INIS)

    Zaretsky, A.; Lightstone, M.F.; Tullis, S.

    2015-01-01

    Highlights: • Quasi-periodic flow was observed through rod-to-wall gaps. • Triangular subchannel flows were fundamentally irregular. • Cross-gap flow was influenced both by local and adjacent cross-gap intensity. • Phase-linking between gaps induced cross-plane peripheral circulation through rod–wall gaps. • Cross-gap flow structure was dependent on subchannel geometry. - Abstract: Predicting temperature distributions in fuel rod bundles is an important component of nuclear reactor safety analysis. Intersubchannel mixing acts to homogenize coolant temperatures thus reducing the likelihood of localized regions of high fuel temperature. Previous research has shown that intersubchannel mixing in nuclear fuel rod bundles is enhanced by a large-scale quasi-periodic energetic fluid motion, which transports fluid on the cross-plane between the narrow gaps connecting subchannels. This phenomenon has also been observed in laminar flows. Unsteady laminar flow simulations were performed in a simplified bundle of three rods with a pipe. Three similar geometries of varying gap width were examined, and a thermal trace was implemented on the first geometry. Thermal mixing was driven by the advection of energy between subchannels by the cross-plane flow. Flow through the rod-to-wall gaps in the wall subchannels alternated with a dominant frequency, particularly when rod-to-wall gaps were smaller than rod-to-rod gaps. Significant phase-linking between rod-to-wall gaps was also observed such that a peripheral circulation occurred through each gap simultaneously. Cross-plane flow through the rod-to-rod gaps in the triangular subchannel was irregular in each case. This was due to the fundamental irregularity of the triangular subchannel geometry. Vortices were continually broken up by cross-plane flow from other gaps due to the odd number of fluid pathways within the central subchannel. Cross-plane flow in subchannel geometries is highly interconnected between gaps. The

  8. Higher-order triangular spectral element method with optimized cubature points for seismic wavefield modeling

    Energy Technology Data Exchange (ETDEWEB)

    Liu, Youshan, E-mail: ysliu@mail.iggcas.ac.cn [State Key Laboratory of Lithospheric Evolution, Institute of Geology and Geophysics, Chinese Academy of Sciences, Beijing, 100029 (China); Teng, Jiwen, E-mail: jwteng@mail.iggcas.ac.cn [State Key Laboratory of Lithospheric Evolution, Institute of Geology and Geophysics, Chinese Academy of Sciences, Beijing, 100029 (China); Xu, Tao, E-mail: xutao@mail.iggcas.ac.cn [State Key Laboratory of Lithospheric Evolution, Institute of Geology and Geophysics, Chinese Academy of Sciences, Beijing, 100029 (China); CAS Center for Excellence in Tibetan Plateau Earth Sciences, Beijing, 100101 (China); Badal, José, E-mail: badal@unizar.es [Physics of the Earth, Sciences B, University of Zaragoza, Pedro Cerbuna 12, 50009 Zaragoza (Spain)

    2017-05-01

    The mass-lumped method avoids the cost of inverting the mass matrix and simultaneously maintains spatial accuracy by adopting additional interior integration points, known as cubature points. To date, such points are only known analytically in tensor domains, such as quadrilateral or hexahedral elements. Thus, the diagonal-mass-matrix spectral element method (SEM) in non-tensor domains always relies on numerically computed interpolation points or quadrature points. However, only the cubature points for degrees 1 to 6 are known, which is the reason that we have developed a p-norm-based optimization algorithm to obtain higher-order cubature points. In this way, we obtain and tabulate new cubature points with all positive integration weights for degrees 7 to 9. The dispersion analysis illustrates that the dispersion relation determined from the new optimized cubature points is comparable to that of the mass and stiffness matrices obtained by exact integration. Simultaneously, the Lebesgue constant for the new optimized cubature points indicates its surprisingly good interpolation properties. As a result, such points provide both good interpolation properties and integration accuracy. The Courant–Friedrichs–Lewy (CFL) numbers are tabulated for the conventional Fekete-based triangular spectral element (TSEM), the TSEM with exact integration, and the optimized cubature-based TSEM (OTSEM). A complementary study demonstrates the spectral convergence of the OTSEM. A numerical example conducted on a half-space model demonstrates that the OTSEM improves the accuracy by approximately one order of magnitude compared to the conventional Fekete-based TSEM. In particular, the accuracy of the 7th-order OTSEM is even higher than that of the 14th-order Fekete-based TSEM. Furthermore, the OTSEM produces a result that can compete in accuracy with the quadrilateral SEM (QSEM). The high accuracy of the OTSEM is also tested with a non-flat topography model. In terms of computational

  9. Higher-order triangular spectral element method with optimized cubature points for seismic wavefield modeling

    International Nuclear Information System (INIS)

    Liu, Youshan; Teng, Jiwen; Xu, Tao; Badal, José

    2017-01-01

    The mass-lumped method avoids the cost of inverting the mass matrix and simultaneously maintains spatial accuracy by adopting additional interior integration points, known as cubature points. To date, such points are only known analytically in tensor domains, such as quadrilateral or hexahedral elements. Thus, the diagonal-mass-matrix spectral element method (SEM) in non-tensor domains always relies on numerically computed interpolation points or quadrature points. However, only the cubature points for degrees 1 to 6 are known, which is the reason that we have developed a p-norm-based optimization algorithm to obtain higher-order cubature points. In this way, we obtain and tabulate new cubature points with all positive integration weights for degrees 7 to 9. The dispersion analysis illustrates that the dispersion relation determined from the new optimized cubature points is comparable to that of the mass and stiffness matrices obtained by exact integration. Simultaneously, the Lebesgue constant for the new optimized cubature points indicates its surprisingly good interpolation properties. As a result, such points provide both good interpolation properties and integration accuracy. The Courant–Friedrichs–Lewy (CFL) numbers are tabulated for the conventional Fekete-based triangular spectral element (TSEM), the TSEM with exact integration, and the optimized cubature-based TSEM (OTSEM). A complementary study demonstrates the spectral convergence of the OTSEM. A numerical example conducted on a half-space model demonstrates that the OTSEM improves the accuracy by approximately one order of magnitude compared to the conventional Fekete-based TSEM. In particular, the accuracy of the 7th-order OTSEM is even higher than that of the 14th-order Fekete-based TSEM. Furthermore, the OTSEM produces a result that can compete in accuracy with the quadrilateral SEM (QSEM). The high accuracy of the OTSEM is also tested with a non-flat topography model. In terms of computational

  10. Higher-order triangular spectral element method with optimized cubature points for seismic wavefield modeling

    Science.gov (United States)

    Liu, Youshan; Teng, Jiwen; Xu, Tao; Badal, José

    2017-05-01

    The mass-lumped method avoids the cost of inverting the mass matrix and simultaneously maintains spatial accuracy by adopting additional interior integration points, known as cubature points. To date, such points are only known analytically in tensor domains, such as quadrilateral or hexahedral elements. Thus, the diagonal-mass-matrix spectral element method (SEM) in non-tensor domains always relies on numerically computed interpolation points or quadrature points. However, only the cubature points for degrees 1 to 6 are known, which is the reason that we have developed a p-norm-based optimization algorithm to obtain higher-order cubature points. In this way, we obtain and tabulate new cubature points with all positive integration weights for degrees 7 to 9. The dispersion analysis illustrates that the dispersion relation determined from the new optimized cubature points is comparable to that of the mass and stiffness matrices obtained by exact integration. Simultaneously, the Lebesgue constant for the new optimized cubature points indicates its surprisingly good interpolation properties. As a result, such points provide both good interpolation properties and integration accuracy. The Courant-Friedrichs-Lewy (CFL) numbers are tabulated for the conventional Fekete-based triangular spectral element (TSEM), the TSEM with exact integration, and the optimized cubature-based TSEM (OTSEM). A complementary study demonstrates the spectral convergence of the OTSEM. A numerical example conducted on a half-space model demonstrates that the OTSEM improves the accuracy by approximately one order of magnitude compared to the conventional Fekete-based TSEM. In particular, the accuracy of the 7th-order OTSEM is even higher than that of the 14th-order Fekete-based TSEM. Furthermore, the OTSEM produces a result that can compete in accuracy with the quadrilateral SEM (QSEM). The high accuracy of the OTSEM is also tested with a non-flat topography model. In terms of computational

  11. Investigation of the alpha cluster model and the density matrix expansion in ion-ion collision

    International Nuclear Information System (INIS)

    Rashdan, M.B.M.

    1986-01-01

    This thesis deals with the investigation of the alpha cluster model (ACM) of brink and studies of the accuracy of the density matrix expansion (DME) approximation in deriving the real part of the ion-ion optical potential. the ACM is applied to calculate the inelastic 0 1 + →2 1 + charge form factor for electron scattering by 12 C to investigate the validity of this model for 12 C nucleus. it is found that the experimental curve can be fitted over the entire range of the momentum transfer by a generator - coordinate state for the 2 1 + state that consist of a superposition of two triangular ACM states with two different cluster separations and the same oscillator parameter

  12. Conjugate heat transfer in a porous cavity filled with nano-fluids and heated by a triangular thick wall

    International Nuclear Information System (INIS)

    Chamkha, Ali J.; Ismael, Muneer A.

    2013-01-01

    The conjugate natural convection-conduction heat transfer in a square domain composed of nano-fluids filled porous cavity heated by a triangular solid wall is studied under steady-state conditions. The vertical and horizontal walls of the triangular solid wall are kept isothermal and at the same hot temperature Th. The other boundaries surrounding the porous cavity are kept adiabatic except the right vertical wall where it is kept isothermally at the lower temperature T c . Equations governing the heat transfer in the triangular wall and heat and nano-fluid flow, based on the Darcy model, in the nano-fluid-saturated porous medium together with the derived relation of the interface temperature are solved numerically using the over-successive relaxation finite-difference method. A temperature independent nano-fluids properties model is adopted. Three nano-particle types dispersed in one base fluid (water) are investigated. The investigated parameters are the nano-particles volume fraction φ (0-0.2), Rayleigh number Ra (10-1000), solid wall to base-fluid saturated porous medium thermal conductivity ratio K ro (0.44, 1, 23.8), and the triangular wall thickness D (0.1-1). The results are presented in the conventional form; contours of streamlines and isotherms and the local and average Nusselt numbers. At a very low Rayleigh number Ra = 10, a significant enhancement in heat transfer within the porous cavity with φ is observed. Otherwise, the heat transfer may be enhanced or deteriorated with φ depending on the wall thickness D and the Rayleigh number Ra. At high Rayleigh numbers and low conductivity ratios, critical values of D, regardless of 4, are observed and accounted. (authors)

  13. Cause and Cure-Deterioration in Accuracy of CFD Simulations with Use of High-Aspect-Ratio Triangular/Tetrahedral Grids

    Science.gov (United States)

    Chang, Sin-Chung; Chang, Chau-Lyan; Venkatachari, Balaji

    2017-01-01

    In the multi-dimensional space-time conservation element and solution element16 (CESE) method, triangles and tetrahedral mesh elements turn out to be the most natural building blocks for 2D and 3D spatial grids, respectively. As such, the CESE method is naturally compatible with the simplest 2D and 3D unstructured grids and thus can be easily applied to solve problems with complex geometries. However, because (a) accurate solution of a high-Reynolds number flow field near a solid wall requires that the grid intervals along the direction normal to the wall be much finer than those in a direction parallel to the wall and, as such, the use of grid cells with extremely high aspect ratio (103 to 106) may become mandatory, and (b) unlike quadrilateral hexahedral grids, it is well-known that accuracy of gradient computations involving triangular tetrahedral grids tends to deteriorate rapidly as cell aspect ratio increases. As a result, the use of triangular tetrahedral grid cells near a solid wall has long been deemed impractical by CFD researchers. In view of (a) the critical role played by triangular tetrahedral grids in the CESE development, and (b) the importance of accurate resolution of high-Reynolds number flow field near a solid wall, as will be presented in the main paper, a comprehensive and rigorous mathematical framework that clearly identifies the reasons behind the accuracy deterioration as described above has been developed for the 2D case involving triangular cells. By avoiding the pitfalls identified by the 2D framework, and its 3D extension, it has been shown numerically.

  14. Effects on the Distal Radioulnar Joint of Ablation of Triangular Fibrocartilage Complex Tears With Radiofrequency Energy.

    Science.gov (United States)

    Huber, Michaela; Loibl, Markus; Eder, Christoph; Kujat, Richard; Nerlich, Michael; Gehmert, Sebastian

    2016-11-01

    This cadaver study investigated the temperature profile in the wrist joint and distal radioulnar joint (DRUJ) during radiofrequency energy (RFE) application for triangular fibrocartilage complex resection. An arthroscopic partial resection of the triangular fibrocartilage complex using monopolar and bipolar RFE was simulated in 14 cadaver limbs. The temperature was recorded simultaneously in the DRUJ and at 6 other anatomic locations of the wrist during RFE application. The mean temperature in the DRUJ was 43.3 ± 8.2°C for the bipolar system in the ablation mode (60 W) and 30.4 ± 3.4°C for the monopolar system in the cut mode (20 W) after 30 seconds. The highest measured temperature in the DRUJ was 54.3°C for the bipolar system and 68.1°C for the monopolar system. The application of RFE for debridement or resection of the triangular fibrocartilage complex in a clinical setting can induce peak temperatures that might cause damage to the cartilage of the DRUJ. Bipolar systems produce higher mean temperatures than monopolar devices. RFE application increases the mean temperature in the DRUJ after 30 seconds to a level that may jeopardize cartilage tissue. Copyright © 2016 American Society for Surgery of the Hand. Published by Elsevier Inc. All rights reserved.

  15. Magnetic anisotropy of two-dimensional nanostructures: Transition-metal triangular stripes

    International Nuclear Information System (INIS)

    Dorantes-Davila, J.; Villasenor-Gonzalez, P.; Pastor, G.M.

    2005-01-01

    The magnetic anisotropy energy (MAE) of one-dimensional stripes having infinite length and triangular lateral structure are investigated in the framework of a self-consistent tight-binding method. One observes discontinuous changes in the easy magnetization direction along the crossover from one to two dimensions. The MAE oscillates as a function of stripe width and depends strongly on the considered transition metal (TM). The MAE of the two-leg ladder is strongly reduced as compared to that of the monoatomic chain and the convergence to the two-dimensional limit is rather slow

  16. Two-party Bell inequalities derived from combinatorics via triangular elimination

    International Nuclear Information System (INIS)

    Avis, David; Imai, Hiroshi; Ito, Tsuyoshi; Sasaki, Yuuya

    2005-01-01

    We establish a relation between the two-party Bell inequalities for two-valued measurements and a high-dimensional convex polytope called the cut polytope in polyhedral combinatorics. Using this relation, we propose a method, triangular elimination, to derive tight Bell inequalities from facets of the cut polytope. This method gives two hundred million inequivalent tight Bell inequalities from currently known results on the cut polytope. In addition, this method gives general formulae which represent families of infinitely many Bell inequalities. These results can be used to examine general properties of Bell inequalities

  17. Bistable Chimera Attractors on a Triangular Network of Oscillator Populations

    DEFF Research Database (Denmark)

    Martens, Erik Andreas

    2010-01-01

    . This triangular network is the simplest discretization of a continuous ring of oscillators. Yet it displays an unexpectedly different behavior: in contrast to the lone stable chimera observed in continuous rings of oscillators, we find that this system exhibits two coexisting stable chimeras. Both chimeras are......, as usual, born through a saddle-node bifurcation. As the coupling becomes increasingly local in nature they lose stability through a Hopf bifurcation, giving rise to breathing chimeras, which in turn get destroyed through a homoclinic bifurcation. Remarkably, one of the chimeras reemerges by a reversal...

  18. Superconductivity in the Penson-Kolb Model on a Triangular Lattice

    Science.gov (United States)

    Ptok, A.; Mierzejewski, M.

    2008-07-01

    We investigate properties of the two-dimensional Penson-Kolb model with repulsive pair hopping interaction. In the case of a bipartite square lattice this interaction may lead to the η-type pairing, when the phase of superconducting order parameter changes from one lattice site to the neighboring one. We show that this interaction may be responsible for the onset of superconductivity also for a triangular lattice. We discuss the spatial dependence of the superconducting order parameter and demonstrate that the total momentum of the paired electrons is determined by the lattice geometry.

  19. Triangular preconditioners for saddle point problems with a penalty term

    Energy Technology Data Exchange (ETDEWEB)

    Klawonn, A. [Westfaelische Wilhelms-Universitaet, Muenster (Germany)

    1996-12-31

    Triangular preconditioners for a class of saddle point problems with a penalty term are considered. An important example is the mixed formulation of the pure displacement problem in linear elasticity. It is shown that the spectrum of the preconditioned system is contained in a real, positive interval, and that the interval bounds can be made independent of the discretization and penalty parameters. This fact is used to construct bounds of the convergence rate of the GMRES method used with an energy norm. Numerical results are given for GMRES and BI-CGSTAB.

  20. Notes on TQFT wire models and coherence equations for SU(3) triangular cells

    CERN Document Server

    Coquereaux, R.; Schieber, G.

    2010-01-01

    After a summary of the TQFT wire model formalism we bridge the gap from Kuperberg equations for SU(3) spiders to Ocneanu coherence equations for systems of triangular cells on fusion graphs that describe modules associated with the fusion category of SU(3) at level k. We show how to solve these equations in a number of examples.

  1. Reconstruction of the lateral tibia plateau fracture with a third triangular support screw: A biomechanical study

    Directory of Open Access Journals (Sweden)

    Eduardo Moran

    2017-10-01

    Conclusion: Triangular support fixation enhanced interfragmentary stability at the ultimate stage of dynamic loading. However, the level of improvement seems to be limited and may not legitimate the intervention with an additional third screw.

  2. Spin structures of S = 5/2 antiferromagnetic triangular lattices: AAg{sub 2}M[VO{sub 4}]{sub 2}

    Energy Technology Data Exchange (ETDEWEB)

    Moeller, Angela; Amuneke, Ngozi E.; Tapp, Joshua [Department of Chemistry and TcSUH, University of Houston (United States); Cruz, Clarina R. de la [Quantum Condensed Matter Division, ORNL, Oak Ridge (United States)

    2015-07-01

    The AAg{sub 2}M[VO{sub 4}]{sub 2} compounds present a unique series for studying structure-property relationships. The size of the A cation (Ba{sup 2+}, K{sup +}, Rb{sup +}, or Ag{sup +}) controls (i) the inter-layer distances between the magnetic triangular lattices (M, here Mn{sup 2+} or Fe{sup 3+}) and (ii) the distortion of the non-magnetic vanadate units. The crystal and magnetic structures were refined from neutron diffraction data under applied fields (ORNL, HB2A) and reveal the complex magnetic phase diagrams of frustrated S=5/2 triangular lattices with axial and XY-anisotropy, respectively.

  3. Effect of triangular texture on the tribological performance of die steel with TiN coatings under lubricated sliding condition

    Science.gov (United States)

    Chen, Ping; Xiang, Xin; Shao, Tianmin; La, Yingqian; Li, Junling

    2016-12-01

    The friction and wear of stamping die surface can affect the service life of stamping die and the quality of stamping products. Surface texturing and surface coating have been widely used to improve the tribological performance of mechanical components. This study experimentally investigated the effect of triangular surface texture on the friction and wear properties of the die steel substrate with TiN coatings under oil lubrication. TiN coatings were deposited on a die steel (50Cr) substrate through a multi-arc ion deposition system, and then triangular surface texturing was fabricated by a laser surface texturing. The friction and wear test was conducted by a UMT-3 pin-on-disk tribometer under different sliding speeds and different applied loads, respectively. The adhesion test was performed to evaluate the effectiveness of triangular texturing on the interfacial bonding strength between the TiN coating and the die steel substrate. Results show that the combination method of surface texturing process and surface coating process has excellent tribological properties (the lowest frictional coefficient and wear volume), compared with the single texturing process or the single coating process. The tribological performance is improved resulting from the high hardness and low elastic modulus of TiN coatings, and the generation of hydrodynamic pressure, function of micro-trap for wear debris and micro-reservoirs for lubricating oil of the triangular surface texture. In addition, the coating bonding strength of the texturing sample is 3.63 MPa, higher than that of the single coating sample (3.48 MPa), but the mechanisms remain to be further researched.

  4. Projective Synchronization of Chaotic Discrete Dynamical Systems via Linear State Error Feedback Control

    Directory of Open Access Journals (Sweden)

    Baogui Xin

    2015-04-01

    Full Text Available A projective synchronization scheme for a kind of n-dimensional discrete dynamical system is proposed by means of a linear feedback control technique. The scheme consists of master and slave discrete dynamical systems coupled by linear state error variables. A kind of novel 3-D chaotic discrete system is constructed, to which the test for chaos is applied. By using the stability principles of an upper or lower triangular matrix, two controllers for achieving projective synchronization are designed and illustrated with the novel systems. Lastly some numerical simulations are employed to validate the effectiveness of the proposed projective synchronization scheme.

  5. Isometries of semi-orthogonal forms on a Z-module of rank 3

    International Nuclear Information System (INIS)

    Kuleshov, Sergej A

    2013-01-01

    We study the isometry groups of semi-orthogonal forms (that is, forms whose Gram matrix in some basis is upper triangular with ones on the diagonal) on a Z-module of rank 3. Such forms have a discrete parameter: the height (the trace of the dualizing operator + 3). We prove that the isometry group is either Z or Z 2 ×Z, list all the cases when it is a direct product and describe the generator of order 2 in that case. We also describe a generator of infinite order for many particular values of the height.

  6. Effect of progressively increasing lithium conditioning on edge transport and stability in high triangularity NSTX H-modes

    Energy Technology Data Exchange (ETDEWEB)

    Maingi, R., E-mail: rmaingi@pppl.gov [Princeton Plasma Physics Laboratory, 100 Stellarator Road, Princeton, NJ 08543 (United States); Canik, J.M. [Oak Ridge National Laboratory, Oak Ridge, TN (United States); Bell, R.E. [Princeton Plasma Physics Laboratory, 100 Stellarator Road, Princeton, NJ 08543 (United States); Boyle, D.P. [Princeton University, Princeton, NJ (United States); Diallo, A.; Kaita, R.; Kaye, S.M.; LeBlanc, B.P. [Princeton Plasma Physics Laboratory, 100 Stellarator Road, Princeton, NJ 08543 (United States); Sabbagh, S.A. [Columbia University, New York, NY (United States); Scotti, F.; Soukhanovskii, V.A. [Lawrence Livermore National Laboratory, Livermore, CA (United States)

    2017-04-15

    A sequence of H-mode discharges with increasing levels of pre-discharge lithium evaporation (‘dose’) was conducted in high triangularity and elongation boundary shape in NSTX. Energy confinement increased, and recycling decreased with increasing lithium dose, similar to a previous lithium dose scan in medium triangularity and elongation plasmas. Data-constrained SOLPS interpretive modeling quantified the edge transport change: the electron particle diffusivity decreased by 10–30x. The electron thermal diffusivity decreased by 4x just inside the top of the pedestal, but increased by up to 5x very near the separatrix. These results provide a baseline expectation for lithium benefits in NSTX-U, which is optimized for a boundary shape similar to the one in this experiment.

  7. Turbulent heat transfer to longitudinal flow through a triangular array of circular rods

    International Nuclear Information System (INIS)

    Pfann, J.

    1975-01-01

    Temperature distribution and heat transfer to longitudinal turbulent, fully developed flow through triangular arrays of smooth circular rods are analysed for liquids with Prandtl number approximately 1 and << 1. Nusselt number is plotted versus pitch and turbulence for constant heat flow and for constant temperature on the rod surface, and the optimum pitch is determined. The influence of Prandtl number is analysed. (Auth.)

  8. Triangular model integrating clinical teaching and assessment.

    Science.gov (United States)

    Abdelaziz, Adel; Koshak, Emad

    2014-01-01

    Structuring clinical teaching is a challenge facing medical education curriculum designers. A variety of instructional methods on different domains of learning are indicated to accommodate different learning styles. Conventional methods of clinical teaching, like training in ambulatory care settings, are prone to the factor of coincidence in having varieties of patient presentations. Accordingly, alternative methods of instruction are indicated to compensate for the deficiencies of these conventional methods. This paper presents an initiative that can be used to design a checklist as a blueprint to guide appropriate selection and implementation of teaching/learning and assessment methods in each of the educational courses and modules based on educational objectives. Three categories of instructional methods were identified, and within each a variety of methods were included. These categories are classroom-type settings, health services-based settings, and community service-based settings. Such categories have framed our triangular model of clinical teaching and assessment.

  9. Histological assessment of the triangular fibrocartilage complex.

    Science.gov (United States)

    Semisch, M; Hagert, E; Garcia-Elias, M; Lluch, A; Rein, S

    2016-06-01

    The morphological structure of the seven components of triangular fibrocartilage complexes of 11 cadaver wrists of elderly people was assessed microscopically, after staining with Hematoxylin-Eosin and Elastica van Gieson. The articular disc consisted of tight interlaced fibrocartilage without blood vessels except in its ulnar part. Volar and dorsal radioulnar ligaments showed densely parallel collagen bundles. The subsheath of the extensor carpi ulnaris muscle, the ulnotriquetral and ulnolunate ligament showed mainly mixed tight and loose parallel tissue. The ulnolunate ligament contained tighter parallel collagen bundles and clearly less elastic fibres than the ulnotriquetral ligament. The ulnocarpal meniscoid had an irregular morphological composition and loose connective tissue predominated. The structure of the articular disc indicates a buffering function. The tight structure of radioulnar and ulnolunate ligaments reflects a central stabilizing role, whereas the ulnotriquetral ligament and ulnocarpal meniscoid have less stabilizing functions. © The Author(s) 2015.

  10. Quadratic polynomial interpolation on triangular domain

    Science.gov (United States)

    Li, Ying; Zhang, Congcong; Yu, Qian

    2018-04-01

    In the simulation of natural terrain, the continuity of sample points are not in consonance with each other always, traditional interpolation methods often can't faithfully reflect the shape information which lie in data points. So, a new method for constructing the polynomial interpolation surface on triangular domain is proposed. Firstly, projected the spatial scattered data points onto a plane and then triangulated them; Secondly, A C1 continuous piecewise quadric polynomial patch was constructed on each vertex, all patches were required to be closed to the line-interpolation one as far as possible. Lastly, the unknown quantities were gotten by minimizing the object functions, and the boundary points were treated specially. The result surfaces preserve as many properties of data points as possible under conditions of satisfying certain accuracy and continuity requirements, not too convex meantime. New method is simple to compute and has a good local property, applicable to shape fitting of mines and exploratory wells and so on. The result of new surface is given in experiments.

  11. Electro-osmotic flows inside triangular microchannels

    International Nuclear Information System (INIS)

    Vocale, P; Spiga, M; Geri, M; Morini, G L

    2014-01-01

    This work presents a numerical investigation of both pure electro-osmotic and combined electro-osmotic/pressure-driven flows inside triangular microchannels. A finite element analysis has been adopted to solve the governing equations for the electric potential and the velocity field, accounting for a finite thickness of the electric double layer. The influence of non-dimensional parameters such as the aspect ratio of the cross-section, the electrokinetic diameter and the ratio of the pressure force to the electric force on the flow behavior has been investigated. Numerical results point out that the velocity field is significantly influenced by the aspect ratio of the cross section and the electrokinetic diameter. More specifically, the aspect ratio plays an important role in determining the maximum volumetric flow rate, while the electrokinetic diameter is crucial to establishing the range of pressures that may be sustained by the electro-osmotic flow. Numerical results are also compared with two correlations available in the literature which enable to assess the volumetric flow rate and the pressure head for microchannels featuring a rectangular, a trapezoidal or an elliptical cross-section.

  12. Neutron-scattering cross section of the S=1/2 Heisenberg triangular antiferromagnet

    DEFF Research Database (Denmark)

    Lefmann, K.; Hedegård, P.

    1994-01-01

    In this paper we use a Schwinger-boson mean-field approach to calculate the neutron-scattering cross section from the S = 1/2 antiferromagnet with nearest-neighbor isotropic Heisenberg interaction on a two-dimensional triangular lattice. We investigate two solutions for T = 0: (i) a state with lo...... no elastic, but a set of broader dispersive spin excitations around kappa almost-equal-to (1/2, 0) and around kappa almost-equal-to (1/3, 1/3) for omega/E(g) = 2.5-4. It should thus be possible to distinguish these two states in a neutron-scattering experiment.......In this paper we use a Schwinger-boson mean-field approach to calculate the neutron-scattering cross section from the S = 1/2 antiferromagnet with nearest-neighbor isotropic Heisenberg interaction on a two-dimensional triangular lattice. We investigate two solutions for T = 0: (i) a state with long......-range order resembling the Neel state and (ii) a resonating valence bond or ''spin liquid'' state with an energy gap, E(g) almost-equal-to 0.17J, for the elementary excitations (spinons). For solution (ii) the neutron cross section shows Bragg rods at kappa = K = (1/3, 1/3), whereas solution (ii) shows...

  13. Triangular and Trapezoidal Fuzzy State Estimation with Uncertainty on Measurements

    Directory of Open Access Journals (Sweden)

    Mohammad Sadeghi Sarcheshmah

    2012-01-01

    Full Text Available In this paper, a new method for uncertainty analysis in fuzzy state estimation is proposed. The uncertainty is expressed in measurements. Uncertainties in measurements are modelled with different fuzzy membership functions (triangular and trapezoidal. To find the fuzzy distribution of any state variable, the problem is formulated as a constrained linear programming (LP optimization. The viability of the proposed method would be verified with the ones obtained from the weighted least squares (WLS and the fuzzy state estimation (FSE in the 6-bus system and in the IEEE-14 and 30 bus system.

  14. Prediction of the Velocity Contours in Triangular Channel with Non-uniform Roughness Distributions by Adaptive Neuro-Fuzzy Inference System

    Directory of Open Access Journals (Sweden)

    Sara Bardestani

    2017-09-01

    Full Text Available Triangular channels have different applications in many water and wastewater engineering problems. For this purpose investigating hydraulic characteristics of flow in these sections has great importance. Researchers have presented different prediction methods for the velocity contours in prismatic sections. Most proposed methods are not able to consider the effect of walls roughness, the roughness distribution and secondary flows. However, due to complexity and nonlinearity of velocity contours in open channel flow, there is no simple relationship that can be fully able to exactly draw the velocity contours. In this paper an efficient approach for modeling velocity contours in triangular open channels with non-uniform roughness distributions by Adaptive Neuro-Fuzzy Inference System (ANFIS has been suggested. For training and testing model, the experimental data including 1703 data in triangular channels with geometric symmetry and non-uniform roughness distributions have been used. Comparing experimental results with predicted values by model indicates that ANFIS model is capable to be used in simulation of local velocity and determining velocity contours and the independent evaluation showed that the calculated values of discharge and depth-averaged velocity from model information are precisely in conformity with experimental values.

  15. Effect of Refractive Index of Substrate on Fabrication and Optical Properties of Hybrid Au-Ag Triangular Nanoparticle Arrays

    Directory of Open Access Journals (Sweden)

    Jing Liu

    2015-05-01

    Full Text Available In this study, the nanosphere lithography (NSL method was used to fabricate hybrid Au-Ag triangular periodic nanoparticle arrays. The Au-Ag triangular periodic arrays were grown on different substrates, and the effect of the refractive index of substrates on fabrication and optical properties was systematically investigated. At first, the optical spectrum was simulated by the discrete dipole approximation (DDA numerical method as a function of refractive indexes of substrates and mediums. Simulation results showed that as the substrates had the refractive indexes of 1.43 (quartz and 1.68 (SF5 glass, the nanoparticle arrays would have better refractive index sensitivity (RIS and figure of merit (FOM. Simulation results also showed that the peak wavelength of the extinction spectra had a red shift when the medium’s refractive index n increased. The experimental results also demonstrated that when refractive indexes of substrates were 1.43 and 1.68, the nanoparticle arrays and substrate had better adhesive ability. Meanwhile, we found the nanoparticles formed a large-scale monolayer array with the hexagonally close-packed structure. Finally, the hybrid Au-Ag triangular nanoparticle arrays were fabricated on quartz and SF5 glass substrates and their experiment extinction spectra were compared with the simulated results.

  16. Impurity-related linear and nonlinear optical response in quantum-well wires with triangular cross section

    Energy Technology Data Exchange (ETDEWEB)

    Duque, C.A., E-mail: cduque@fisica.udea.edu.co [Instituto de Física, Universidad de Antioquia, AA 1226, Medellín (Colombia); Mora-Ramos, M.E. [Instituto de Física, Universidad de Antioquia, AA 1226, Medellín (Colombia); Facultad de Ciencias, Universidad Autónoma del Estado de Morelos, Ave. Universidad 1001, CP 62209, Cuernavaca, Morelos, México (Mexico); Kasapoglu, E.; Ungan, F.; Yesilgul, U. [Cumhuriyet University, Physics Department, 58140 Sivas (Turkey); Sakiroglu, S. [Dokuz Eylül University, Physics Department, 35160 Buca, İzmir (Turkey); Sari, H. [Cumhuriyet University, Physics Department, 58140 Sivas (Turkey); Sökmen, I. [Dokuz Eylül University, Physics Department, 35160 Buca, İzmir (Turkey)

    2013-11-15

    The 1s-like and 2p-like donor impurity energy states are studied in a semiconductor quantum wire of equilateral triangular cross section as functions of the impurity position and the geometrical size of the structure. Linear and nonlinear coefficients for the optical absorption and relative refractive index change associated with 1s→2p transitions are calculated for both the x-polarization and y-polarization of the incident light. The results show a mixed effect of redshift and blueshift depending on the location of the donor atom. Also, strong nonlinear contributions to the optical absorption coefficient are obtained for both polarizations in the on-center impurity case. -- Highlights: • The 1s- and 2p-like impurity states in triangular quantum-well wires. • Optical absorption and relative refractive index changes are calculated. • Redshift and blueshift in the optical structures depend on the donor position. • Strong nonlinear contributions to the absorption coefficient have been obtained.

  17. Chronologic and Geographic Trends of Triangular Fibrocartilage Complex Repair.

    Science.gov (United States)

    Saito, Taichi; Sterbenz, Jennifer M; Chung, Kevin C

    2017-11-01

    This article shows trends in triangular fibrocartilage complex (TFCC) repair since 1990 by geographic area and year. The repair methods presented in the literature were inside-out, outside-in, all-inside, and open repair. The outside-in technique was reported most often for ulnar-side tears, whereas the inside-out technique was reported most frequently for radial-side tears. Recently, a foveal reattachment technique for ulnar-side tears has garnered attention and has been reported with increasing frequency, especially in Asia, because the deepest portion of TFCC, attached to fovea, plays a key role in stabilizing the distal radioulnar joint. Understanding these trends can help clinicians best treat TFCC tears. Copyright © 2017 Elsevier Inc. All rights reserved.

  18. An Upper Bound on High Speed Satellite Collision Probability When Only One Object has Position Uncertainty Information

    Science.gov (United States)

    Frisbee, Joseph H., Jr.

    2015-01-01

    Upper bounds on high speed satellite collision probability, PC †, have been investigated. Previous methods assume an individual position error covariance matrix is available for each object. The two matrices being combined into a single, relative position error covariance matrix. Components of the combined error covariance are then varied to obtain a maximum PC. If error covariance information for only one of the two objects was available, either some default shape has been used or nothing could be done. An alternative is presented that uses the known covariance information along with a critical value of the missing covariance to obtain an approximate but potentially useful Pc upper bound.

  19. Progress in triangular magnetohydrodynamics

    International Nuclear Information System (INIS)

    Schnack, D.D.; Mikic, Z.

    1993-01-01

    Many of the advances in our understanding of fusion plasmas over the past ten years has resulted from the application of techniques of large scale numerical simulation to three dimensional toroidal geometry. Since the dominant toroidal motions in a tokamak are generally long wavelength, finite Fourier series provides an efficient spatial representation for that coordinate. However, the next generation of numerical tokamak simulations will require that the poloidal cross section of actual experimental devices be more accurately represented. The authors address these difficulties by the application of an unstructured adaptive mesh to the representation of the poloidal plane, coupled with a finite Fourier representation of the toroidal coordinate. These meshes are not tied to a particular coordinate system, so that mesh points can be arbitrarily distributed to simulate the details of experimental apparatus. Since mesh points do not have a sequential orientation with their spatial neighbors, they can be easily added and deleted based on physical criteria. Evolving fine scale spatial structures are thus efficiently and accurately represented. The authors have derived an algorithm for the solution of the resistive MHD equations on these meshes. This algorithm is based on the triangulation of arbitrarily distributed points in the plane; hence the term triangular MHD. The algorithm preserves the solenoidal properties of B and J identically, and is a generalization of staggered mesh techniques used in structured, rectangular grids. A new 3-D MHD code, TRIM, based on this algorithm has been developed. Preliminary results from TRIM are presented

  20. Application of flat plate cavitation data to the analysis of limited cavitation from an isolated triangular surface protrusion

    International Nuclear Information System (INIS)

    Holl, J.W.

    1985-01-01

    Isolated surface roughness can cause significant localized pressure reductions which can lead to premature cavitation and degradation of the cavitation performance of a marine vehicle. The characteristic velocity theory was developed to analyze the limited cavitation characteristics of isolated surface protrusions. This theory is dependent upon knowing the boundary layer velocity profile in the vicinity of the roughness and the limited cavitation number for the roughness in a uniform stream. In the investigation described in this paper, the equation for triangular surface protrusions was determined experimentally by testing sharpedged flat plates in a water tunnel. These data were then employed in the characteristic velocity theory to calculate the cavitation characteristics of a triangular protrusion in a turbulent boundary layer for comparison with experimental data

  1. Triangular facets of slope in the region of Tudela (Ebro Basin, Navarra, Spain); Facetas triangulares de ladera en la region de Tudela (Depresion del Ebro, Navarra, Espana)

    Energy Technology Data Exchange (ETDEWEB)

    Marin, C.; Desir, G.; Gutierrez, M.

    2009-07-01

    Some triangular slope facets are localized to the south of Bardenas Reales (central-west of Ebro Basin), elaborated on Tudela Formation deposits, Aragonian in age. Three of them have been dated by OSL resulting on ages of 35,588{+-}2,488 yr. BP, 35,355{+-}2,446 yr. BP and 40.185{+-}2,411 yr. BP. The origin of these facets is ought to an alternation between accumulation and incision phases produced by vegetation cover variation percentage. Those vegetation cover changes are estimated to be due to climatic changes. (Author) 21 refs.

  2. Ganglion Cyst Associated with Triangular Fibrocartilage Complex Tear That Caused Ulnar Nerve Compression

    Directory of Open Access Journals (Sweden)

    Ugur Anil Bingol, MD

    2015-03-01

    Full Text Available Summary: Ganglions are the most frequently seen soft-tissue tumors in the hand. Nerve compression due to ganglion cysts at the wrist is rare. We report 2 ganglion cysts arising from triangular fibrocartilage complex, one of which caused ulnar nerve compression proximal to the Guyonʼs canal, leading to ulnar neuropathy. Ganglion cysts seem unimportant, and many surgeons refrain from performing a general hand examination.

  3. Handwriting features of children with developmental coordination disorder--results of triangular evaluation.

    Science.gov (United States)

    Rosenblum, Sara; Margieh, Jumana Aassy; Engel-Yeger, Batya

    2013-11-01

    Developmental coordination disorders (DCD) is one of the most common disorders affecting school-aged children. The study aimed to characterize the handwriting performance of children with DCD who write in Arabic, based on triangular evaluation. Participants included 58 children aged 11-12 years, 29 diagnosed with DCD based on the DSM-IV criteria and the M-ABC, and 29 matched typically developed controls. Children were asked to copy a paragraph on a sheet of paper affixed to a digitizer supplying objective measures of the handwriting process. The handwriting proficiency screening questionnaire (HPSQ) was completed by their teachers while observing their performance and followed by evaluation of their final written product. Results indicated that compared to controls, children with DCD required significantly more on-paper and in-air time per stroke while copying. In addition, global legibility, unrecognizable letters and spatial arrangement measures of their written product were significantly inferior. Significant group differences were also found between the HPSQ subscales scores. Furthermore, 82.8% of all participants were correctly classified into groups based on one discriminate function which included two handwriting performance measures. These study results strongly propose application of triangular standardized evaluation to receive better insight of handwriting deficit features of individual children with DCD who write in Arabic. Copyright © 2013 Elsevier Ltd. All rights reserved.

  4. An estimate on the purely imaginary poles of scattering matrix

    International Nuclear Information System (INIS)

    Bozhkov, Y.D.

    1988-12-01

    In this work we obtain two estimates (upper and lower) on the number of purely imaginary poles of the scattering matrix for the wave equation in the exterior of a compact smooth obstacle in R n , n ≥ 3 odd. The method of Lax and Phillips is used. (author). 5 refs

  5. Diagnosis of triangular fibrocartilage complex injury using arthrography and MRI

    Energy Technology Data Exchange (ETDEWEB)

    Kato, Kiyonobu; Soejima, Osamu; Naito, Masatoshi [Fukuoka Univ. (Japan). School of Medicine

    2001-09-01

    Twenty patients (twenty-one wrists) with chronic ulnar wrist pain who had undergone radiocarpal arthrography and MRI before arthroscopic examination were evaluated to determine the usefulness of these preoperative diagnostic procedures (arthrogrphy and MRI) for the detection of triangular fibrocartilage complex (TFCC) injury. Based on the arthroscopic findings, the sensitivity and specificity of arthrography were 63% and 100% respectively for detecting TFCC lesions, while they were 68% and 50% respectively for MRI. Although no significant superiority was observed between arthrography and MRI in this study, further improrumchts in the preoperative diagnostic procedures are still needed in order to more accurately detect TFCC injuries. (author)

  6. One stage resection of spontaneous rupture of hepatocellular carcinoma in the triangular ligament with diaphragm invasion: case report and review of the literature

    Directory of Open Access Journals (Sweden)

    Park Kwang-Kuk

    2012-09-01

    Full Text Available Abstract A spontaneous rupture of hepatocellular carcinoma (HCC can lead to extensive hemorrhage and is a rare but life-threatening event. A 58-year-old male patient with no history of trauma presented at our institution with severe epigastric pain and abdominal distension for 6 h. His blood pressure was a 60/40 mmHg, and pulse rate was 132/min. Abdominal contrast enhanced computed tomography (CT imaging revealed a ruptured mass under the left diaphragm and fluid collection in the upper abdomen, flanks and pelvic cavity. Exploratory laparotomy confirmed the presence of an active bleeding tumor in the triangular ligament invading into the diaphragm. The tumor was resected with an appropriate diaphragm margin. The resected tumor was 5 cm in diameter and pathologically identified as hepatocellular carcinoma with a negative surgical margin. This case report shows that ruptured hepatocellular carcinoma should be considered in the differential diagnosis of non-traumatic hemoperitoneum. And it is necessary to set a surgical plan for unpredictable HCC rupture with direct diaphragm invasion.

  7. Acoustic control study of turbofan nozzles with triangular chevrons

    Directory of Open Access Journals (Sweden)

    Grigore CICAN

    2014-03-01

    Full Text Available This paper has a small part dealing with the notion of chevron and the process that helps reducing the noise pollution. Based on the gas dynamics and the geometrical parameters of the turbofan jet engine a model of CFD data processing is created. In this process the influence of chevrons on acoustic wave intensity produced by the jet is observed by analyzing this process. A series of tests have been made on 10 si 20 lobed chevrons. The combination between them and the 7 resulting cases have been studied, namely the triangular chevrons in order to settle the influence of the geometrical parameters on the flow and on the jet acoustics. Finally the contribution of the chevrons in noise pollution reduction has been highlighted.

  8. Adaptive Finite Volume Method for the Shallow Water Equations on Triangular Grids

    Directory of Open Access Journals (Sweden)

    Sudi Mungkasi

    2016-01-01

    Full Text Available This paper presents a numerical entropy production (NEP scheme for two-dimensional shallow water equations on unstructured triangular grids. We implement NEP as the error indicator for adaptive mesh refinement or coarsening in solving the shallow water equations using a finite volume method. Numerical simulations show that NEP is successful to be a refinement/coarsening indicator in the adaptive mesh finite volume method, as the method refines the mesh or grids around nonsmooth regions and coarsens them around smooth regions.

  9. Talinum triangulare Whole wheat meal fortified with soy flour consumed with Talinum triangulare (gbure) soup glycemic index and the test human subjects' lipid profiles.

    Science.gov (United States)

    Emaleku, Sunday Adeola; Omueti, Olusola D; Emaleku, Godsent Oluwakemi

    2017-08-24

    Cardiovascular diseases (CVDs) and diabetes mellitus (DM) are some of the leading causes of death in the world, and diet has roles in their etiology. This research study therefore investigates the glycemic index (GI) of soy flour fortified whole wheat meal (SFFWWM) consumed with Talinum triangulare (gbure) soup and the effects of the meal on the lipid profiles of the test human subjects. The control human subjects and test human subjects were fed D-glucose (DG) and whole wheat meal (WWM) with Talinum triangulare soup respectively on the first day of the experiment, and SFFWWM with the same soup the next day (for test subjects only) after 10-12h overnight fasting. Blood glucose levels of the subjects were taken before and 2h after meals' consumption at 30min interval and blood samples collected for lipid profiles evaluations. The result of the study showed that; SFFWWM consumed with Talinum trianguilare soup has a non-significant lower GI than WWM consumed with the same soup, but a significant lower GI than DG at (P<0.05). Furthermore, there was no significant difference in lipid profiles of the test human subjects between when they consumed WWM and SFFWWM with the soup however, SFFWWM reduced TC, TG, LDL-C and VDL-C and increased HDL-C and TP than WMM at (P<0.05). In addition, GI is positively correlated with TC, TG, LDL-C and VLDL-C, but is negatively correlated with TP and HDL-C. It can therefore be concluded that; fortifying WWM with soy flour would reduce the risk factors of CVDs and DM, the diseases recently claiming thousands of today. Copyright © 2017 Diabetes India. Published by Elsevier Ltd. All rights reserved.

  10. Comparison between open and arthroscopic-assisted foveal triangular fibrocartilage complex repair for post-traumatic distal radio-ulnar joint instability.

    Science.gov (United States)

    Luchetti, R; Atzei, A; Cozzolino, R; Fairplay, T; Badur, N

    2014-10-01

    The aim of this study was to assess the objective and subjective functional outcomes after foveal reattachment of proximal or complete ulnar-sided triangular fibrocartilage complex lesions by two surgical procedures: an open technique or an arthroscopically assisted repair. The study was done prospectively on 49 wrists affected by post-traumatic distal radio-ulnar joint instability. Twenty-four patients were treated with the open technique (Group 1) and 25 by the arthroscopically assisted technique (Group 2). Magnetic resonance imaging demonstrated a clear foveal detachment of the triangular fibrocartilage complex in 67% of the cases. Arthroscopy showed a positive ulnar-sided detachment of the triangular fibrocartilage complex (positive hook test) in all cases. Distal radio-ulnar joint stability was obtained in all but five patients at a mean follow-up of 6 months. Both groups had improvement of all parameters with significant differences in wrist pain scores, Mayo wrist score, Disability of the Arm, Shoulder and Hand questionnaire and Patient-Rated Wrist/Hand Evaluation questionnaire scores. There were no significant post-operative differences between the two groups in the outcome parameters except for the Disability of the Arm Shoulder and Hand questionnaire score, which was significantly better in Group 2 (p < 0.001). © The Author(s) 2013.

  11. Electron-related linear and nonlinear optical responses in vertically coupled triangular quantum dots

    International Nuclear Information System (INIS)

    Martínez-Orozco, J.C.; Mora-Ramos, M.E.; Duque, C.A.

    2014-01-01

    The conduction band states of GaAs-based vertically coupled double triangular quantum dots in two dimensions are investigated within the effective mass and parabolic approximation, using a diagonalization procedure to solve the corresponding Schrödinger-like equation. The effect of an externally applied static electric field is included in the calculation, and the variation of the lowest confined energy levels as a result of the change of the field strength is reported for different geometrical setups. The linear and nonlinear optical absorptions and the relative change of the refractive index, associated with the energy transition between the ground and the first excited state in the system, are studied as a function of the incident light frequency for distinct configurations of inter-dot distance and electric field intensities. The blueshift of the resonant absorption peaks is detected as a consequence of the increment in the field intensity, whereas the opposite effect is obtained from the increase of inter-dot vertical distance. It is also shown that for large enough values of the electric field there is a quenching of the optical absorption due to field-induced change of symmetry of the first excited state wavefunction, in the case of triangular dots of equal shape and size

  12. Electron-related linear and nonlinear optical responses in vertically coupled triangular quantum dots

    Energy Technology Data Exchange (ETDEWEB)

    Martínez-Orozco, J.C. [Unidad Académica de Física. Universidad Autónoma de Zacatecas, Calzada Solidaridad esquina con Paseo la Bufa S/N, C.P. 98060. Zacatecas, Zac. (Mexico); Grupo de Materia Condensada-UdeA, Instituto de Física, Facultad de Ciencias Exactas y Naturales, Universidad de Antioquia UdeA, Calle 70 No. 52-21, Medellín (Colombia); Mora-Ramos, M.E. [Facultad de Ciencias, Universidad Autónoma del Estado de Morelos, Ave. Universidad 1001, CP 62209, Cuernavaca, Morelos (Mexico); Duque, C.A., E-mail: cduque@fisica.udea.edu.co [Grupo de Materia Condensada-UdeA, Instituto de Física, Facultad de Ciencias Exactas y Naturales, Universidad de Antioquia UdeA, Calle 70 No. 52-21, Medellín (Colombia)

    2014-11-01

    The conduction band states of GaAs-based vertically coupled double triangular quantum dots in two dimensions are investigated within the effective mass and parabolic approximation, using a diagonalization procedure to solve the corresponding Schrödinger-like equation. The effect of an externally applied static electric field is included in the calculation, and the variation of the lowest confined energy levels as a result of the change of the field strength is reported for different geometrical setups. The linear and nonlinear optical absorptions and the relative change of the refractive index, associated with the energy transition between the ground and the first excited state in the system, are studied as a function of the incident light frequency for distinct configurations of inter-dot distance and electric field intensities. The blueshift of the resonant absorption peaks is detected as a consequence of the increment in the field intensity, whereas the opposite effect is obtained from the increase of inter-dot vertical distance. It is also shown that for large enough values of the electric field there is a quenching of the optical absorption due to field-induced change of symmetry of the first excited state wavefunction, in the case of triangular dots of equal shape and size.

  13. GPU-Accelerated Population Annealing Algorithm: Frustrated Ising Antiferromagnet on the Stacked Triangular Lattice

    Directory of Open Access Journals (Sweden)

    Borovský Michal

    2016-01-01

    Full Text Available The population annealing algorithm is a novel approach to study systems with rough free-energy landscapes, such as spin glasses. It combines the power of simulated annealing, Boltzmann weighted differential reproduction and sequential Monte Carlo process to bring the population of replicas to the equilibrium even in the low-temperature region. Moreover, it provides a very good estimate of the free energy. The fact that population annealing algorithm is performed over a large number of replicas with many spin updates, makes it a good candidate for massive parallelism. We chose the GPU programming using a CUDA implementation to create a highly optimized simulation. It has been previously shown for the frustrated Ising antiferromagnet on the stacked triangular lattice with a ferromagnetic interlayer coupling, that standard Markov Chain Monte Carlo simulations fail to equilibrate at low temperatures due to the effect of kinetic freezing of the ferromagnetically ordered chains. We applied the population annealing to study the case with the isotropic intra- and interlayer antiferromagnetic coupling (J2/|J1| = −1. The reached ground states correspond to non-magnetic degenerate states, where chains are antiferromagnetically ordered, but there is no long-range ordering between them, which is analogical with Wannier phase of the 2D triangular Ising antiferromagnet.

  14. Modeling the Pathophysiology of Phonotraumatic Vocal Hyperfunction with a Triangular Glottal Model of the Vocal Folds

    Science.gov (United States)

    Galindo, Gabriel E.; Peterson, Sean D.; Erath, Byron D.; Castro, Christian; Hillman, Robert E.; Zañartu, Matías

    2017-01-01

    Purpose: Our goal was to test prevailing assumptions about the underlying biomechanical and aeroacoustic mechanisms associated with phonotraumatic lesions of the vocal folds using a numerical lumped-element model of voice production. Method: A numerical model with a triangular glottis, posterior glottal opening, and arytenoid posturing is…

  15. Evaluación de las relaciones triangulares : desarrollo y validación de un instrumento a partir del test proyectivo Pata Negra

    OpenAIRE

    Ballús, Elisabeth; Casas, Mar; Virgili Tejedor, Carles; Pérez Testor, Carles

    2015-01-01

    Investigaciones recientes relacionan la superación de las relaciones triangulares con el apego seguro. El objetivo de este estudio es presentar el diseño y validación de un Registro de Evaluación de las Relaciones Triangulares (RERT) a través del test proyectivo Pata Negra o Patte Noire (P.N.) de Corman, a partir de una muestra de 100 participantes con edades comprendidas entre 5 y 18 años. Para verificar la validez de contenido, las respuestas fueron clasificadas en base a 28 ítems, agrupado...

  16. 3D analytical field calculation using triangular magnet segments applied to a skewed linear permanent magnet actuator

    NARCIS (Netherlands)

    Janssen, J.L.G.; Paulides, J.J.H.; Lomonova, E.

    2010-01-01

    This paper presents novel analytical expressions which describe the 3D magnetic field of arbitrarily magnetized triangular-shaped charged surfaces. These versatile expressions are suitable to model triangularshaped permanent magnets and can be expanded to any polyhedral shape. Many applications are

  17. 3D Analytical field calculation using triangular magnet segments applied to a skewed linear permanent magnet actuator

    NARCIS (Netherlands)

    Janssen, J.L.G.; Paulides, J.J.H.; Lomonova, E.

    2009-01-01

    This paper presents novel analytical expressions which describe the 3D magnetic field of arbitrarily magnetized triangular-shaped charged surfaces. These versatile expressions are suitable to model triangularshaped permanent magnets and can be expanded to any polyhedral shape. Many applications are

  18. Hofstadter's butterfly energy spectrum of ultracold fermions on the two-dimensional triangular optical lattice

    International Nuclear Information System (INIS)

    Hou Jingmin; Lu Qingqing

    2009-01-01

    We study the energy spectrum of ultracold fermionic atoms on the two-dimensional triangular optical lattice subjected to a perpendicular effective magnetic field, which can be realized with laser beams. We derive the generalized Harper's equations and numerically solve them, then we obtain the Hofstadter's butterfly-like energy spectrum, which has a novel fractal structure. The observability of the Hofstadter's butterfly spectrum is also discussed

  19. Neutrino mass matrix and hierarchy

    International Nuclear Information System (INIS)

    Kaus, Peter; Meshkov, Sydney

    2003-01-01

    We build a model to describe neutrinos based on strict hierarchy, incorporating as much as possible, the latest known data, for Δsol and Δatm, and for the mixing angles determined from neutrino oscillation experiments, including that from KamLAND. Since the hierarchy assumption is a statement about mass ratios, it lets us obtain all three neutrino masses. We obtain a mass matrix, Mν and a mixing matrix, U, where both Mν and U are given in terms of powers of Λ, the analog of the Cabibbo angle λ in the Wolfenstein representation, and two parameters, ρ and κ, each of order one. The expansion parameter, Λ, is defined by Λ2 = m2/m3 = √(Δsol/Δatm) ≅ 0.16, and ρ expresses our ignorance of the lightest neutrino mass m1, (m1 ρΛ4m3), while κ scales s13 to the experimental upper limit, s13 = κΛ2 ≅ 0.16κ. These matrices are similar in structure to those for the quark and lepton families, but with Λ about 1.6 times larger than the λ for the quarks and charged leptons. The upper limit for the effective neutrino mass in double β-decay experiments is 4 x 10-3eV if s13 = 0 and 6 x 10-3eV if s13 is maximal. The model, which is fairly unique, given the hierarchy assumption and the data, is compared to supersymmetric extension and texture zero models of mass generation

  20. Coupling-governed metamorphoses of the integrable nonlinear Schrödinger system on a triangular-lattice ribbon

    Energy Technology Data Exchange (ETDEWEB)

    Vakhnenko, Oleksiy O., E-mail: vakhnenko@bitp.kiev.ua

    2016-05-27

    Highlights: • The integrable nonlinear Schrödinger system on a triangular-lattice ribbon is inclined to metamorphoses. • The system under study is capable to incorporate the effect of external linear potential. • The system criticality against the background parameter reduces the number of independent field variables. • At critical point the system Poisson structure becomes degenerate. • The effect of criticality is elucidated by the system one-soliton solution. - Abstract: The variativity of governing coupling parameters in the integrable nonlinear Schrödinger system on a triangular-lattice ribbon is shown to ensure the important qualitative rearrangements in the system dynamics. There are at least the two types of system crucial modifications stipulated by the two types of governing parameters. Thus the longitudinal coupling parameters regulated mainly by the background values of concomitant field variables are responsible for the bifurcation of primary integrable nonlinear system into the integrable nonlinear system of Ablowitz–Ladik type. As a consequence in a critical point the number of independent field variables is reduced by a half and the system Poisson structure turns out to be degenerate. On the other hand the transverse coupling parameters regulated basically by the choice of their a priori arbitrary dependencies on time are capable to incorporate the effect of external linear potential. As a consequence the primary integrable nonlinear system with appropriately adjusted parametrical driving becomes isomorphic to the system modeling the Bloch oscillations of charged nonlinear carriers in an electrically biased ribbon of triangular lattice. The multi-component structure of basic integrable system alongside with the attractive character of system nonlinearities has predetermined the logic of whole consideration.

  1. Experimental investigations on frictional resistance and velocity distribution of rough wall with regularly distributed triangular ribs

    International Nuclear Information System (INIS)

    Motozawa, Masaaki; Ito, Takahiro; Iwamoto, Kaoru; Kawashima, Hideki; Ando, Hirotomo; Senda, Tetsuya; Tsuji, Yoshiyuki; Kawaguchi, Yasuo

    2013-01-01

    Highlights: • Flow over the regularly distributed triangular ribs was investigated. • Simultaneous measurement of flow resistance and velocity profile was performed. • Flow resistance was measured directly and velocity profile was measured by LDV. • Flow resistance was estimated by the information of the velocity field. • Estimated flow resistance has good agreement with the measured flow resistance. -- Abstract: The relationship between the flow resistance of a turbulent flow over triangular ribs regularly distributed on a wall surface and the velocity distribution around the ribs was investigated experimentally. A concentric cylinder device composed of an inner test cylinder and an outer cylinder was employed to measure the flow resistance using the torque of the shaft of the inner cylinder and the velocity distribution of the flow around a rib by laser Doppler velocimetry (LDV) simultaneously. We prepared four inner test cylinders having 4, 8, 12 and 16 triangular ribs on the surface with the same interval between them. Each rib had an isosceles right triangle V-shape and a height of 2 mm. To investigate the relationship between flow resistance and velocity distribution, we estimated the frictional drag and pressure drag acting on the surface of the ribs separately using the velocity distribution. Therefore, we could also estimate the total flow resistance using the velocity distribution. As a result of the experiment, the flow resistance and the attachment point downstream of the rib were shown to depend on the distance between ribs. Moreover, the flow resistance estimated using the velocity distribution had good agreement with the flow resistance measured using the torque of the inner cylinder

  2. Opening and closing of band gaps in magnonic waveguide by rotating the triangular antidots - A micromagnetic study

    Science.gov (United States)

    Vivek, T.; Bhoomeeswaran, H.; Sabareesan, P.

    2018-05-01

    Spin waves in ID periodic triangular array of antidots are encarved in a permalloy magnonic waveguide is investigated through micromagnetic simulation. The effect of the rotating array of antidots and in-plane rotation of the scattering centers on the band structure are investigated, to indicate new possibilities of fine tuning of spin-wave filter pass and stop bands. The results show that, the opening and closing of band gaps paves a way for band pass and stop filters on waveguide. From the results, the scattering center and strong spatial distribution field plays crucible role for controlling opening and closing bandgap width of ˜12 GHz for 0° rotation. We have obtained a single narrow bandgap of width 1GHz is obtained for 90° rotation of the antidot. Similarly, the tunability is achieved for desired microwave applications done by rotating triangular antidots with different orientation.

  3. The Steiner ratio for points on a triangular lattice

    Directory of Open Access Journals (Sweden)

    PO de Wet

    2008-12-01

    Full Text Available The study of spanning trees and Steiner trees arises naturally in applications, such as in the design of integrated circuit boards, communication networks, power networks and pipelines of minimum cost. In such applications the Steiner ratio is an indication of how badly a minimum spanning tree performs compared to a Steiner minimal tree. In this paper a short proof is presented for the Steiner ratio for points on a triangular lattice in the Euclidean plane. A Steiner tree in two dimensions is "lifted" to become a rectilinear tree in three dimensions, where it is altered. The rectilinear tree is then projected back into the plane and the result readily follows. A short note at the end of the paper compares our three-dimensional rectilinear trees to "impossible objects" such as Escher's "Waterfall."

  4. Voltage-Controlled Square/Triangular Wave Generator with Current Conveyors and Switching Diodes

    Directory of Open Access Journals (Sweden)

    Martin Janecek

    2012-12-01

    Full Text Available A novel relaxation oscillator based on integrating the diode-switched currents and Schmitt trigger is presented. It is derived from a known circuit with operational amplifiers where these active elements were replaced by current conveyors. The circuit employs only grounded resistances and capacitance and is suitable for high frequency square and triangular signal generation. Its frequency can be linearly and accurately controlled by voltage that is applied to a high-impedance input. Computer simulation with a model of a manufactured conveyor prototype verifies theoretic assumptions.

  5. Evaluation of the triangular fibrocartilage complex tears by arthrography and MR imaging

    Energy Technology Data Exchange (ETDEWEB)

    Sakai, Makoto; Shibata, Yasushi [Hokkaido Kin-i-kyou Central Hospital, Sapporo (Japan); Takahata, Naoji

    1995-08-01

    Arthroscopic or open surgical findings in 21 wrists with chronic ulnar painful lesion were compared both with arthrography and magnetic resonance (MR) imaging results to evaluate the accuracy of the two diagnostic procedures in the detection of triangular fibrocartilage complex (TFCC) lesions. Arthrography investigations were performed for the 20 wrists but one that had allergy for iodine and MR imagings were performed for the recent 12 wrists. Arthrography and magnetic resonance (MR) imaging were almost equally useful for the detection of the TFCC injury and their injury sites. (author).

  6. Cost efficiency with triangular fuzzy number input prices: An application of DEA

    International Nuclear Information System (INIS)

    Bagherzadeh Valami, H.

    2009-01-01

    The cost efficiency model (CE) has been considered by researchers as a Data Envelopment Analysis (DEA) model for evaluating the efficiency of DMUs. In this model, the possibility of producing the outputs of a target DMU is evaluated by the input prices of the DMU. This provides a criterion for evaluating the CE of DMUs. The main contribution of this paper is to provide an approach for generalizing the CE of DMUs when their input prices are triangular fuzzy numbers, where preliminary concepts of fuzzy theory and CE, are directly used.

  7. Numerical Study of Thermal Radiation Effect on Confined Turbulent Free Triangular Jets

    Directory of Open Access Journals (Sweden)

    Kiyan Parham

    2013-01-01

    Full Text Available The present study investigates the effects of thermal radiation on turbulent free triangular jets. Finite volume method is applied for solving mass, momentum, and energy equations simultaneously. Discrete ordinate method is used to determine radiation transfer equation (RTE. Results are presented in terms of velocity, kinetic energy, and its dissipation rate fields. Results show that thermal radiation speeds the development of velocity on the jet axis and enhances kinetic energy; therefore, when radiation is added to free jet its mixing power, due to extra kinetic energy, increases.

  8. Student paper competition: Splitting the determinants of upper Hessenberg matrices and the Hyman method

    Energy Technology Data Exchange (ETDEWEB)

    Zou, Xiulin [Michigan State Univ., East Lansing, MI (United States)

    1996-12-31

    In this article, an iterative algorithm is established that splits the evaluation of determinant of an upper Hessenberg matrix into two independent parts so that the evaluation can be done in parallel. This algorithm has application in parallel non-symmetric eigenvalue problems.

  9. GOMESH, Finite Elements Structure Plot with Triangular Mesh

    International Nuclear Information System (INIS)

    Draper, J.

    1977-01-01

    1 - Nature of the physical problem solved: Graphical representation of calculations on structures with finite subdivision. 2 - Method of solution: GOMESH treats meshes with triangular basic elements. The program uses the same punched cards as those required for the input to the 'STAG' series of stress analysis codes and can prepare three basic mesh diagrams which differ in their mode of numbering. One objective of using these diagrams is to show up errors in the card deck by making them visually recognisable. Furthermore, digital tests are made within the program to check that certain requirements have been observed in the production of the lattice. The program 'GOMESH', can provide, superimposed in the graphical representation, stress and temperature values in numerical form, can represent the displacement of the mesh before and after a specified irradiation time, and give the directions and sense of the principal stresses occurring in the individual elements, in the form of arrows of varying length

  10. Quantum electric-dipole liquid on a triangular lattice.

    Science.gov (United States)

    Shen, Shi-Peng; Wu, Jia-Chuan; Song, Jun-Da; Sun, Xue-Feng; Yang, Yi-Feng; Chai, Yi-Sheng; Shang, Da-Shan; Wang, Shou-Guo; Scott, James F; Sun, Young

    2016-02-04

    Geometric frustration and quantum fluctuations may prohibit the formation of long-range ordering even at the lowest temperature, and therefore liquid-like ground states could be expected. A good example is the quantum spin liquid in frustrated magnets. Geometric frustration and quantum fluctuations can happen beyond magnetic systems. Here we propose that quantum electric-dipole liquids, analogues of quantum spin liquids, could emerge in frustrated dielectrics where antiferroelectrically coupled electric dipoles reside on a triangular lattice. The quantum paraelectric hexaferrite BaFe12O19 with geometric frustration represents a promising candidate for the proposed electric-dipole liquid. We present a series of experimental lines of evidence, including dielectric permittivity, heat capacity and thermal conductivity measured down to 66 mK, to reveal the existence of an unusual liquid-like quantum phase in BaFe12O19, characterized by itinerant low-energy excitations with a small gap. The possible quantum liquids of electric dipoles in frustrated dielectrics open up a fresh playground for fundamental physics.

  11. Supersolid-like magnetic states in a mixed honeycomb-triangular lattice system.

    Science.gov (United States)

    Garlea, Ovidiu

    Field-induced magnetic states that occur in layered triangular antiferromagnets have been of broad interest due to the emergence of new exotic phases, such as topologically ordered states and supersolids. Experimental realization of the supersolid states where spin components break simultaneously the translational and rotational symmetries remains scarce. In this context, the mixed vanadate -carbonate K2Mn3(VO4)2CO3 is a very promising system. This compound contains two types of two-dimensional layers alternately stacked along the crystallographic c-axis: one layer consists of a honeycomb web structure made of edge sharing MnO6 octahedra, while the other consists of MnO5 trigonal bipyramids linked by [CO3] triangles to form a triangular magnetic lattice. Magnetization and heat capacity measurements reveal a complex magnetic phase diagram that includes three phase transition associated with sequential long range magnetic ordering of the different sublattices. The lowest temperature state resembles a supersolid state that was predicted to occur in two-dimensional frustrated magnet with easy axis anisotropy. Such a supersolid phase is defined by a commensurate √3× √3 magnetic superlattice, where two thirds of the spins are canted away from the easy axis direction. Applied magnetic field destabilizes this ordered state and induces a cascade of new exotic magnetic ground states. The nature of these field-induced magnetic states is evaluated by using neutron scattering techniques. Work at the Oak Ridge National Laboratory was sponsored by the US Department of Energy, Office of Science, Basic Energy Sciences, Scientific User Facilities Division and Materials Sciences and Engineering Division.

  12. Surface-Enhanced Raman Spectroscopy of Dye and Thiol Molecules Adsorbed on Triangular Silver Nanostructures: A Study of Near-Field Enhancement, Localization of Hot-Spots, and Passivation of Adsorbed Carbonaceous Species

    Directory of Open Access Journals (Sweden)

    Manuel R. Gonçalves

    2012-01-01

    Full Text Available Surface-enhanced Raman spectroscopy (SERS of thiols and dye molecules adsorbed on triangular silver nanostructures was investigated. The SERS hot-spots are localized at the edges and corners of the silver triangular particles. AFM and SEM measurements permit to observe many small clusters formed at the edges of triangular particles fabricated by nanosphere lithography. Finite-element calculations show that near-field enhancements can reach values of more than 200 at visible wavelengths, in the gaps between small spherical particles and large triangular particles, although for the later no plasmon resonance was found at the wavelengths investigated. The regions near the particles showing strong near-field enhancement are well correlated with spatial localization of SERS hot-spots done by confocal microscopy. Silver nanostructures fabricated by thermal evaporation present strong and fast fluctuating SERS activity, due to amorphous carbon contamination. Thiols and dye molecules seem to be able to passivate the undesired SERS activity on fresh evaporated silver.

  13. Efficiency criterion for teleportation via channel matrix, measurement matrix and collapsed matrix

    Directory of Open Access Journals (Sweden)

    Xin-Wei Zha

    Full Text Available In this paper, three kinds of coefficient matrixes (channel matrix, measurement matrix, collapsed matrix associated with the pure state for teleportation are presented, the general relation among channel matrix, measurement matrix and collapsed matrix is obtained. In addition, a criterion for judging whether a state can be teleported successfully is given, depending on the relation between the number of parameter of an unknown state and the rank of the collapsed matrix. Keywords: Channel matrix, Measurement matrix, Collapsed matrix, Teleportation

  14. Adaptive Neural Output-Feedback Control for a Class of Nonlower Triangular Nonlinear Systems With Unmodeled Dynamics.

    Science.gov (United States)

    Wang, Huanqing; Liu, Peter Xiaoping; Li, Shuai; Wang, Ding

    2017-08-29

    This paper presents the development of an adaptive neural controller for a class of nonlinear systems with unmodeled dynamics and immeasurable states. An observer is designed to estimate system states. The structure consistency of virtual control signals and the variable partition technique are combined to overcome the difficulties appearing in a nonlower triangular form. An adaptive neural output-feedback controller is developed based on the backstepping technique and the universal approximation property of the radial basis function (RBF) neural networks. By using the Lyapunov stability analysis, the semiglobally and uniformly ultimate boundedness of all signals within the closed-loop system is guaranteed. The simulation results show that the controlled system converges quickly, and all the signals are bounded. This paper is novel at least in the two aspects: 1) an output-feedback control strategy is developed for a class of nonlower triangular nonlinear systems with unmodeled dynamics and 2) the nonlinear disturbances and their bounds are the functions of all states, which is in a more general form than existing results.

  15. MRI on the tear of the triangular fibrocartilage of the wrist

    Energy Technology Data Exchange (ETDEWEB)

    Saito, Yoko; Sasaki, Taisuke; Sasaki, Yukio; Nishi, Naoko; Yodono, Hiraku; Takekawa, Shoichi; Toh, Satoshi; Harata, Seikou (Hirosaki Univ., Aomori (Japan). School of Medicine)

    1992-07-01

    MRI of the wrist joints in the normal volunteers and patients with triangular fibrocartilage (TFC) injury was performed and usefulness of MRI of TFC injury was discussed. Small FOV and thin slice thickness were selected. Normal TFCs were shown as low signal intensity areas. Injury of TFC was demonstrated as increased signal intensity areas. Diagnosis of TFC injury should be made after considering their ages and symptoms because TFC shows degenerative change with aging. The sensitivity, specificity and accuracy of MRI in the detection of TFC tears were 80.0%, 81.8% and 81.0% respectively. MRI is considered to be a non-invasive good modality to demonstrate TFC tears. (author).

  16. Propriedades psicométricas da versão brasileira da escala triangular do amor de sternberg Psychometrics properties ofthe Brazilian version of sternberg's triangular love scale

    Directory of Open Access Journals (Sweden)

    Vicente Cassepp-Borges

    2007-01-01

    Full Text Available A Escala Triangular do Amor de Sternberg (ETAS possui 45 itens relacionados à intimidade, paixão e decisão/compromisso. O objetivo deste estudo foi investigar algumas propriedades psicométricas da ETAS no Brasil. A versão brasileira da ETAS, o Teste da Identificação Familiar (FIT e um questionário sobre o relacionamento foram respondidos por 361 estudantes de três universidades. A análise fatorial da ETAS apontou para uma estrutura com três fatores e elevada consistência interna. Buscando aperfeiçoar o instrumento, o número de itens da escala foi reduzido. A nova análise fatorial indicou que as propriedades psicométricas originais foram mantidas. Foram encontradas correlações positivas entre as medidas de amor e o nível de satisfação com o relacionamento. Os resultados indicam que a versão brasileira da ETAS possui propriedades psicométricas adequadas e satisfatórias.The Sternberg's Triangular Love Scale (STLS has 45 items related to intimacy, passion, and decision/commitment. The objective of this study was to investigate some psychometric properties of the STLS in Brazil. The Brazilian version of STLS, the Test of Family Identification (FIT and a measure of satisfaction in the relationship were completed by 361 students from three universities. The factorial analysis of STLS showed a structure with 3 factors and elevated internal consistency. Seeking to improve the instrument, the number of items of the scale was reduced. The new factorial analysis indicated that the original psychometric properties were maintained. Positive correlations were found between the measurements of love and the level of satisfaction with the relationship. The results indicate that the Brazilian version of ETAS possesses adequate and satisfactory psychometric properties

  17. The asc trinodal platform: Two-step assembly of triangular, tetrahedral, and trigonal-prismatic molecular building blocks

    KAUST Repository

    Schoedel, Alexander; Cairns, Amy; Belmabkhout, Youssef; Wojtas, Łukasz; Mohamed, Mona Hassan; Zhang, ZhenJie; Proserpio, Davide Maria; Eddaoudi, Mohamed; Zaworotko, Michael J.

    2013-01-01

    The self-assembly of triangular, tetrahedral, and trigonal-prismatic molecular building blocks affords the first example of a trinodal family of metal-organic materials. Four examples of isoreticular expanded and functionalized frameworks are detailed. Gas adsorption experiments validated the permanent porosity of the parent structure. Copyright © 2013 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  18. The asc trinodal platform: Two-step assembly of triangular, tetrahedral, and trigonal-prismatic molecular building blocks

    KAUST Repository

    Schoedel, Alexander

    2013-02-10

    The self-assembly of triangular, tetrahedral, and trigonal-prismatic molecular building blocks affords the first example of a trinodal family of metal-organic materials. Four examples of isoreticular expanded and functionalized frameworks are detailed. Gas adsorption experiments validated the permanent porosity of the parent structure. Copyright © 2013 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  19. Measure of CP nonconservation and its consequence on the structure of the Kobayashi-Maskawa matrix

    International Nuclear Information System (INIS)

    Hamzaoui, C.

    1988-01-01

    By use of unitarity of the Kobayashi-Maskawa matrix, the rephasing-invariant measure δ/sub KM/ of CP nonconservation is evaluated in terms of the modulus squared of four matrix elements, which are taken as the four independent parameters. The striking feature of such a formulation is that the positivity of δ/sub KM/ 2 gives both upper and lower bounds on the matrix elements chemical bondV/sub c//sub d/chemical bond, chemical bondV/sub c//sub s/chemical bond, chemical bondV/sub t//sub d/chemical bond, and chemical bondV/sub t//sub s/chemical bond

  20. Exploring the difference between Turkish and Bosnian students in Triangular Love scale

    Directory of Open Access Journals (Sweden)

    Selvira Draganović

    2015-01-01

    Full Text Available Numerous studies show that different cultures experience emotions. Some cultures tend to express emotions without restrictions while some others try to suppress the expression of emotions. These differences are particularly more manifest when Eastern and Western cultures are compared. The fact that definition of love differs between different cultures makes it difficult to determine cultural differences in the concept of love. This might serve as a basis of prejudices about some nations in relation to how they perceive love. The main aim of this study is to explore differences between Turkish and Bosnian students on love scale. The term love is operationalized by Sternberg's triangular theory of love scale which includes intimacy, passion and commitment component of love. Using quasi-experimental design we tested gender differences, the length of current relationship and correlation between them on overall scale and individual subscales. The sample consisted of 87 Turkish (22 males and 65 females and 64 Bosnian students (23 males and 41 females total 151 students (N=151. Results of the study show statistically significant differences between Turkish and Bosnian students on two dimensions in Sternberg triangular love scale intimacy and passion. Bosnian students scored higher on these subscales. Study results suggest that there is no statistically significant differences between males and females in any subscale. The length of love relationship is positively correlated with intimacy, which indicates that the length of connections weakly associated with intimacy, and that is not associated with the passion and the decision of commitment, suggesting longer relationship does not mean more romantic relationship, and vice versa

  1. Closure of the Radial Forearm Free Flap Donor Site Using the Combined Local Triangular Full-Thickness Skin Graft.

    Science.gov (United States)

    Moreno-Sánchez, Manuel; González-García, Raúl; Ruiz-Laza, Luis; Manzano Solo de Zaldívar, Damián; Moreno-García, Carlos; Monje, Florencio

    2016-01-01

    Traditional donor-site closure has been associated with serious esthetic and functional morbidity. The purpose of this study was to assess morbidity in esthetics and function and measure the postoperative complications of the radial forearm free flap (RFFF) donor site after using combined local triangular full-thickness skin grafting. This prospective study of patients who underwent reconstruction of head and neck defects using an RFFF was conducted from July 2008 through December 2014. The donor site was repaired with a combined local triangular full-thickness skin graft. Quality of the scar, color match, tendon exposure, presence of necrosis, dehiscence of the suture, and presence of dysesthesia were recorded and analyzed using SPSS 21.0 software. One hundred consecutive patients (71 male and 29 female) underwent RFFF harvesting. RFFF donor-site defects ranged from 15 to 70 cm2; partial skin graft loss occurred in 7% of patients. Five patients (5%) had small dehiscences of the forearm skin graft, and 2 cases (2%) presented tendon exposure. In all cases, these sites healed secondarily by conservative management, with no final impairment of function. Esthetic results were considered excellent in 87%, good in 11%, and suboptimal in 2% of the cases. The combined local triangular full-thickness skin graft is a reliable method for closing RFFF donor-site defects because it obviates a second surgical site, it provides excellent color match and pliability, and it can be used for covering large defects of the donor site. Copyright © 2016 American Association of Oral and Maxillofacial Surgeons. Published by Elsevier Inc. All rights reserved.

  2. Computational Study of Film Cooling Effectiveness for a Comparison of Cylindrical, Square and Triangular Holes of Equal Cross-Sectional Area

    Directory of Open Access Journals (Sweden)

    Fayyaz Hassan Asghar

    2010-10-01

    Full Text Available Film cooling effectiveness is studied computationally for a comparison of circular, square and two types of equilateral triangular holes with an inclination of 30o with streamwise direction. Reynolds number based on the freestream velocity and hole diameter is 10364. Length to diameter ratio of circular hole is 4, which is representative of gas turbine engines. The coolant to mainstream density ratio is 0.92. Main flow is supplied at the temperature of 293.15K and coolant is supplied at 318.15K. Centerline and laterally averaged effectiveness are presented for film cooling measurements. Current computational results for circular hole are compared with experimental results. Computational results are well in agreement with the experimental results even for high blowing ratios. Blowing ratios ranging from 0.33-2.0 have been investigated. It is observed that triangular hole having lateral straight edge on leeward side shows much higher effectiveness values than circular film cooling hole case in the near hole region and almost similar coolant jet height as that in case of circular film cooling. Also it is observed that triangular hole having lateral straight edge on windward side and converging corner on leeward side shows lesser coolant jet height and higher film cooling effectiveness in the region x/D>10, especially at blowing ratios greater than 1.0.

  3. A Rank-Constrained Matrix Representation for Hypergraph-Based Subspace Clustering

    Directory of Open Access Journals (Sweden)

    Yubao Sun

    2015-01-01

    Full Text Available This paper presents a novel, rank-constrained matrix representation combined with hypergraph spectral analysis to enable the recovery of the original subspace structures of corrupted data. Real-world data are frequently corrupted with both sparse error and noise. Our matrix decomposition model separates the low-rank, sparse error, and noise components from the data in order to enhance robustness to the corruption. In order to obtain the desired rank representation of the data within a dictionary, our model directly utilizes rank constraints by restricting the upper bound of the rank range. An alternative projection algorithm is proposed to estimate the low-rank representation and separate the sparse error from the data matrix. To further capture the complex relationship between data distributed in multiple subspaces, we use hypergraph to represent the data by encapsulating multiple related samples into one hyperedge. The final clustering result is obtained by spectral decomposition of the hypergraph Laplacian matrix. Validation experiments on the Extended Yale Face Database B, AR, and Hopkins 155 datasets show that the proposed method is a promising tool for subspace clustering.

  4. Efficient Linear and Non-Linear Finite Element Formulation using a New Local Enhancement of Displacement Fields for Triangular Elements

    DEFF Research Database (Denmark)

    Damkilde, Lars; Pedersen, Ronnie

    2012-01-01

    This paper describes a new triangular plane element which can be considered as a linear strain triangular element (LST) extended with incompatible displacement modes. The extended element will have a full cubic interpolation of strains and stresses. The extended LST-element is connected with other...... elements similar to the LST-element i.e. through three corner nodes and three mid-side nodes. The incompatible modes are associated with two displacement gradients at each mid-side node and displacements in the central node. The element passes the patch test and converges to the exact solution. The element...... often show a very slow convergence, and the numerical solutions will in general overestimate the bearing capacity and underestimate the displacements. The examples show that the extended incompatible element behaves much better than the corresponding compatible elements especially for coarse meshes....

  5. Arthroscopic Diagnosis of the Triangular Fibrocartilage Complex Foveal Tear: A Cadaver Assessment.

    Science.gov (United States)

    Trehan, Samir K; Wall, Lindley B; Calfee, Ryan P; Shen, Tony S; Dy, Christopher J; Yannascoli, Sarah M; Goldfarb, Charles A

    2018-01-25

    To determine whether the arthroscopic hook and trampoline tests are accurate and reliable diagnostic tests for foveal triangular fibrocartilage complex (TFCC) detachment. Wrist arthroscopy was performed on 10 cadaveric upper extremities. Arthroscopic hook and trampoline tests were performed and videos recorded (baseline). The deep foveal TFCC insertion was then sharply detached. Arthroscopic hook and trampoline tests were repeated. Subsequently, the foveal detachment was repaired via an ulnar tunnel technique and the hook test was repeated for a third time. Videos were independently reviewed at 2 time points by 2 fellowship-trained hand surgeons and 1 hand surgery fellow in a randomized and blinded fashion. Hook and trampoline tests were graded as positive or negative. Proportions of categorical variables were compared via 2-tailed Fisher exact test. Inter- and intraobserver reliabilities were assessed via Cohen kappa coefficient. The sensitivity and specificity of the hook test for foveal detachment diagnosis were 90% and 90%, respectively. There was 90% agreement among all 3 observers for the baseline and foveal detachment hook tests. Cohen kappa coefficients for the inter- and intraobserver reliabilities of the hook test were 0.87 and 0.81, respectively. Seventeen percent of trampoline tests were positive at baseline versus 43% after foveal detachment. The trampoline test had 45% agreement between the 3 observers. Cohen kappa coefficients for the inter- and intraobserver reliabilities of the trampoline test were 0.16 and 0.63, respectively. Following ulnar tunnel repair, 20% of hook tests were positive. The hook test is highly sensitive, specific, and reliable for the diagnosis of isolated TFCC foveal detachment. The trampoline test has insufficient reliability to assess foveal detachment. A TFCC foveal repair using an ulnar tunnel technique returns the hook test to baseline. The hook test is a sensitive, specific, and reliable test for the diagnosis of

  6. Triangular facets of slope in the region of Tudela (Ebro Basin, Navarra, Spain)

    International Nuclear Information System (INIS)

    Marin, C.; Desir, G.; Gutierrez, M.

    2009-01-01

    Some triangular slope facets are localized to the south of Bardenas Reales (central-west of Ebro Basin), elaborated on Tudela Formation deposits, Aragonian in age. Three of them have been dated by OSL resulting on ages of 35,588±2,488 yr. BP, 35,355±2,446 yr. BP and 40.185±2,411 yr. BP. The origin of these facets is ought to an alternation between accumulation and incision phases produced by vegetation cover variation percentage. Those vegetation cover changes are estimated to be due to climatic changes. (Author) 21 refs.

  7. Polyakov lines in Yang-Mills matrix models

    International Nuclear Information System (INIS)

    Austing, Peter; Wheater, John F.; Vernizzi, Graziano

    2003-01-01

    We study the Polyakov line in Yang-Mills matrix models, which include the IKKT model of IIB string theory. For the gauge group SU(2) we give the exact formulae in the form of integral representations which are convenient for finding the asymptotic behaviour. For the SU(N) bosonic models we prove upper bounds which decay as a power law at large momentum p. We argue that these capture the full asymptotic behaviour. We also indicate how to extend the results to some correlation functions of Polyakov lines. (author)

  8. Simulations and measurements of adiabatic annular flows in triangular, tight lattice nuclear fuel bundle model

    Energy Technology Data Exchange (ETDEWEB)

    Saxena, Abhishek, E-mail: asaxena@lke.mavt.ethz.ch [ETH Zurich, Laboratory for Nuclear Energy Systems, Department of Mechanical and Process Engineering, Sonneggstrasse 3, 8092 Zürich (Switzerland); Zboray, Robert [Laboratory for Thermal-hydraulics, Nuclear Energy and Safety Department, Paul Scherrer Institute, 5232 Villigen PSI (Switzerland); Prasser, Horst-Michael [ETH Zurich, Laboratory for Nuclear Energy Systems, Department of Mechanical and Process Engineering, Sonneggstrasse 3, 8092 Zürich (Switzerland); Laboratory for Thermal-hydraulics, Nuclear Energy and Safety Department, Paul Scherrer Institute, 5232 Villigen PSI (Switzerland)

    2016-04-01

    High conversion light water reactors (HCLWR) having triangular, tight-lattice fuels bundles could enable improved fuel utilization compared to present day LWRs. However, the efficient cooling of a tight lattice bundle has to be still proven. Major concern is the avoidance of high-quality boiling crisis (film dry-out) by the use of efficient functional spacers. For this reason, we have carried out experiments on adiabatic, air-water annular two-phase flows in a tight-lattice, triangular fuel bundle model using generic spacers. A high-spatial-resolution, non-intrusive measurement technology, cold neutron tomography, has been utilized to resolve the distribution of the liquid film thickness on the virtual fuel pin surfaces. Unsteady CFD simulations have also been performed to replicate and compare with the experiments using the commercial code STAR-CCM+. Large eddies have been resolved on the grid level to capture the dominant unsteady flow features expected to drive the liquid film thickness distribution downstream of a spacer while the subgrid scales have been modeled using the Wall Adapting Local Eddy (WALE) subgrid model. A Volume of Fluid (VOF) method, which directly tracks the interface and does away with closure relationship models for interfacial exchange terms, has also been employed. The present paper shows first comparison of the measurement with the simulation results.

  9. Magnetic Properties of New Triangular Lattice Magnets A${_4}$B'B${_2}$O$_{12}$

    OpenAIRE

    Rawl, Ryan; Lee, Minseong; Choi, Eun Sang; Li, Guang; Chen, Kuan-Wen; Baumbach, Ryan; Cruz, Clarina R. dela; Ma, Jie; Zhou, Haidong

    2017-01-01

    The geometrically frustrated two dimensional triangular lattice magnets A${_4}$B'B${_2}$O$_{12}$ (A = Ba, Sr, La; B' = Co, Ni, Mn; B = W, Re) have been studied by x-ray diffraction, AC and DC susceptibilities, powder neutron diffraction, and specific heat measurements. The results reveal that (i) the samples containing Co$^{2+}$ (effective spin-1/2) and Ni$^{2+}$ (spin-1) ions with small spin numbers exhibit ferromagnetic (FM) ordering while the sample containing Mn$^{2+}$ (spin-5/2) ions wit...

  10. The design of a new JET divertor for high triangularity and high current scenarios

    Energy Technology Data Exchange (ETDEWEB)

    Chappuis, P. E-mail: philippe.chappuis@cea.fr; Damiani, C.; Guerin, C.; Hurd, F.; Loarte, A.; Lomas, P.; Lorenz, A.; Pamela, J.; Peacock, A.; Portafaix, C.; Rapp, J.; Riccardo, V.; Rimini, F.; Saibene, G.; Salavy, J.F.; Sauce, Y.; Sartori, R.; Solano, E.; Thomas, E.; Thomas, P.; Tsitrone, E.; Valeta, M.P

    2003-09-01

    A new divertor (MKII-HP) has been designed to be implemented in JET as part of a possible enhancement programme of the JET facility (JET EP). The aim is to handle up to 40 MW of injected power for 10 s with plasma triangularities up to 0.5 while keeping enough flexibility for other scenarios. The divertor is shaped to optimise the wetting fraction without exposing sharp edges or metallic parts and the general design allows for high halo currents.

  11. Surface-Enhanced Raman Spectroscopy of Dye and Thiol Molecules Adsorbed on Triangular Silver Nano structures: A Study of Near-Field Enhancement, Localization of Hot-Spots, and Passivation of Adsorbed Carbonaceous Species

    International Nuclear Information System (INIS)

    Goncalves, M.R.; Marti, O.; Fabian Enderle, F.

    2012-01-01

    Surface-enhanced Raman spectroscopy (SERS) of thiols and dye molecules adsorbed on triangular silver nanostructures was investigated. The SERS hot-spots are localized at the edges and corners of the silver triangular particles. AFM and SEM measurements permit to observe many small clusters formed at the edges of triangular particles fabricated by nanosphere lithography. Finite-element calculations show that near-field enhancements can reach values of more than 200 at visible wavelengths, in the gaps between small spherical particles and large triangular particles, although for the later no plasmon resonance was found at the wavelengths investigated. The regions near the particles showing strong near-field enhancement are well correlated with spatial localization of SERS hot-spots done by confocal microscopy. Silver nanostructures fabricated by thermal evaporation present strong and fast fluctuating SERS activity, due to amorphous carbon contamination. Thiols and dye molecules seem to be able to passivate the undesired SERS activity on fresh evaporated silver. excitation: by far-field illumination of metal nanostructures or rough metal Raman scattering cross-section of gold-palladium target Temporal Fluctuation in SERS Temporal and spectral fluctuations.

  12. Determination of Constructs and Dimensions of Employability Skills Based Work Performance Prediction: A Triangular Approach

    OpenAIRE

    Rahmat, Normala; Buntat, Yahya; Ayub, Abdul Rahman

    2015-01-01

    The level of the employability skills of the graduates as determined by job role and mapped to the employability skills, which correspond to the requirement of employers, will have significant impact on the graduates’ job performance. The main objective of this study was to identify the constructs and dimensions of employability skills, which can predict the work performance of electronic polytechnic graduate in electrical and electronics industry. A triangular qualitative approach was used i...

  13. Plasma-related matrix effects in inductively coupled plasma--atomic emission spectrometry by group I and group II matrix-elements

    International Nuclear Information System (INIS)

    Chan, George C.-Y.; Chan, W.-T.

    2003-01-01

    The effects of Na, K, Ca and Ba matrices on the plasma excitation conditions in inductively coupled plasma-atomic emission spectrometry (ICP-AES) were studied. Normalized relative intensity was used to indicate the extent of the plasma-related matrix effects. The group I matrices have no effects on the plasma excitation conditions. In contrast, the group II matrices depress the normalized relative intensities of some spectral lines. Specifically, the Group II matrices have no effects on the normalized relative intensity of atomic lines of low upper energy level (soft lines), but reduce the normalized relative intensity of some ionic lines and atomic lines of high energy level (hard lines). The Group II matrices seem to shift the Saha balance of the analytes only; no shift in the Boltzmann balance was observed experimentally. Moreover, for some ionic lines with sum of ionization and excitation potentials close to the ionization potential of argon (15.75 eV), the matrix effect is smaller than other ionic lines of the same element. The reduced matrix effects may be attributed qualitatively to charge transfer excitation mechanism of these ionic lines. Charge transfer reaction renders ionic emission lines from the quasi-resonant levels similar in characteristics of atomic lines. The contribution of charge transfer relative to excitation by other non-specific excitation mechanisms (via Saha balance and Boltzmann balance) determines the degree of atomic behavior of a quasi-resonant level. A significant conclusion of this study is that plasma-related matrix effect depends strongly on the excitation mechanism of a spectral line. Since, in general, more than one excitation mechanism may contribute to the overall excitation of an emission line, the observed matrix effects reflect the sum of the effects due to individual excitation mechanisms. Excitation mechanisms, in addition to the often-used total excitation energy, should be considered in matrix effect studies

  14. Upper and Lower Bounds of Frequency Interval Gramians for a Class of Perturbed Linear Systems

    DEFF Research Database (Denmark)

    Shaker, Hamid Reza

    2012-01-01

    if the system is controllable or observable, but also it is required to know the degree of controllability or observability of the system. Gramian matrices were introduced to address this issue by providing a quantitative measure for controllability and observability. In many applications, the information...... of uncertain systems. In this paper, we derive upper and lower bounds of frequency interval gramians under perturbations of an A-matrix in the state-space form. These bounds are obtained by solving algebraic Riccati equations. The results are further used to obtain upper and lower bounds of the frequency...

  15. Linear models in matrix form a hands-on approach for the behavioral sciences

    CERN Document Server

    Brown, Jonathon D

    2014-01-01

    This textbook is an approachable introduction to statistical analysis using matrix algebra. Prior knowledge of matrix algebra is not necessary. Advanced topics are easy to follow through analyses that were performed on an open-source spreadsheet using a few built-in functions. These topics include ordinary linear regression, as well as maximum likelihood estimation, matrix decompositions, nonparametric smoothers and penalized cubic splines. Each data set (1) contains a limited number of observations to encourage readers to do the calculations themselves, and (2) tells a coherent story based on statistical significance and confidence intervals. In this way, students will learn how the numbers were generated and how they can be used to make cogent arguments about everyday matters. This textbook is designed for use in upper level undergraduate courses or first year graduate courses. The first chapter introduces students to linear equations, then covers matrix algebra, focusing on three essential operations: sum ...

  16. Performance evaluation of two solar stills of different geometries: Tubular versus triangular: Experimental study, numerical simulation, and second law analysis

    DEFF Research Database (Denmark)

    Rahbar, Nader; Asadi, Amin; Fotouhi-Bafghi, Ehsan

    2018-01-01

    In this study, two types of solar stills, triangular and tubular one, have been experimentally tested under a real weather condition. Following the same procedure, the experiments were carried out over seven typical winter days and the effects of solar radiation and ambient temperature on water...... are the main reasons to have a better water production in the tubular still. Furthermore, the cost of water production by the triangular solar still was found to be lower due to its lower manufacturing cost compare to that of tubular one. Based on the experimental results, two new correlations have been...... productivity and total efficiency of the stills has been experimentally investigated. Furthuremore, to understand the detail structures of the air flow inside the enclosures, the fluid flow has been numerically simulated using computational fluid dynamics. Having the details of the fluid flow, the values...

  17. Strategy BMT Al-Ittihad Using Matrix IE, Matrix SWOT 8K, Matrix SPACE and Matrix TWOS

    Directory of Open Access Journals (Sweden)

    Nofrizal Nofrizal

    2018-03-01

    Full Text Available This research aims to formulate and select BMT Al-Ittihad Rumbai strategy to face the changing of business environment both from internal environment such as organization resources, finance, member and external business such as competitor, economy, politics and others. This research method used Analysis of EFAS, IFAS, IE Matrix, SWOT-8K Matrix, SPACE Matrix and TWOS Matrix. our hope from this research it can assist BMT Al-Ittihad in formulating and selecting strategies for the sustainability of BMT Al-Ittihad in the future. The sample in this research is using purposive sampling technique that is the manager and leader of BMT Al-IttihadRumbaiPekanbaru. The result of this research shows that the position of BMT Al-Ittihad using IE Matrix, SWOT-8K Matrix and SPACE Matrix is in growth position, stabilization and aggressive. The choice of strategy after using TWOS Matrix is market penetration, market development, vertical integration, horizontal integration, and stabilization (careful.

  18. Triangular dislocation: an analytical, artefact-free solution

    Science.gov (United States)

    Nikkhoo, Mehdi; Walter, Thomas R.

    2015-05-01

    Displacements and stress-field changes associated with earthquakes, volcanoes, landslides and human activity are often simulated using numerical models in an attempt to understand the underlying processes and their governing physics. The application of elastic dislocation theory to these problems, however, may be biased because of numerical instabilities in the calculations. Here, we present a new method that is free of artefact singularities and numerical instabilities in analytical solutions for triangular dislocations (TDs) in both full-space and half-space. We apply the method to both the displacement and the stress fields. The entire 3-D Euclidean space {R}3 is divided into two complementary subspaces, in the sense that in each one, a particular analytical formulation fulfils the requirements for the ideal, artefact-free solution for a TD. The primary advantage of the presented method is that the development of our solutions involves neither numerical approximations nor series expansion methods. As a result, the final outputs are independent of the scale of the input parameters, including the size and position of the dislocation as well as its corresponding slip vector components. Our solutions are therefore well suited for application at various scales in geoscience, physics and engineering. We validate the solutions through comparison to other well-known analytical methods and provide the MATLAB codes.

  19. Fitting polynomial surfaces to triangular meshes with Voronoi squared distance minimization

    KAUST Repository

    Nivoliers, Vincent

    2012-11-06

    This paper introduces Voronoi squared distance minimization (VSDM), an algorithm that fits a surface to an input mesh. VSDM minimizes an objective function that corresponds to a Voronoi-based approximation of the overall squared distance function between the surface and the input mesh (SDM). This objective function is a generalization of the one minimized by centroidal Voronoi tessellation, and can be minimized by a quasi-Newton solver. VSDM naturally adapts the orientation of the mesh elements to best approximate the input, without estimating any differential quantities. Therefore, it can be applied to triangle soups or surfaces with degenerate triangles, topological noise and sharp features. Applications of fitting quad meshes and polynomial surfaces to input triangular meshes are demonstrated. © 2012 Springer-Verlag London.

  20. Necessary and sufficient conditions for the ergodicity of Markov chains with transition Δm,n(Δ′m,n-matrix

    Directory of Open Access Journals (Sweden)

    A. Dukhovny

    1987-01-01

    Full Text Available This paper isolates and studies a class of Markov chains with a special quasi-triangular form of the transition matrix [so-called Δm,n(Δ′m,n-matrix]. Many discrete stochastic processes encountered in applications (queues, inventories and dams have transition matrices which are special cases of a Δm,n(Δ′m,n-matrix. Necessary and sufficient conditions for the ergodicity of a Markov chain with transition Δm,n(Δ′m,n-matrix are determined in the article in two equivalent versions. According to the first version, these conditions are expressed in terms of certain restrictions imposed on the generating functions Ai(x of the elements of the i-th row of the transition matrix, i=0,1,2,…; in the other version they are connected with the characterization of the roots of a certain associated function in the unit circle of the complex plane. Results obtained in the article generalize, complement, and refine similar results existing in the literature.

  1. Penile prosthesis implant with bi-triangular excision and graft for surgical therapy of Peyronie’s disease: A case report

    Directory of Open Access Journals (Sweden)

    Alexandre de Freitas Miranda

    2016-01-01

    Full Text Available We present a case of a 65-year-old man, who presented with moderate erectile dysfunction and a dorsal penile deviation of 60° caused by Peyronie’s disease. The patient underwent bi-triangularshaped plaque excision, followed by grafting and implantation of inflatable penile prosthesis. Complete penile straightening, without mechanical or geometric abnormalities, was achieved using bi-triangular excision and grafting. Postoperatively, the patient reported high satisfaction with the results and could perform sexual intercourse naturally. This novel technique corrects any degree of penile curvature, permits malleable and semi-rigid penile prosthesis implantation, avoids penile length loss, and eliminates additional incisions. To our knowledge, this case is the first in the literature in which the bi-triangular technique was successfully used for penile prosthesis implantation secondary to Peyronie’s disease. This new technique appears to be a good solution to correct penile curvature during penile prosthesis implantation for the treatment of Peyronie’s disease associated with erectile dysfunction.

  2. Spin-1/2 Triangular-Lattice Heisenberg Antiferromagnet with √{3} × √{3} -Type Distortion — Behavior around the Boundaries of the Intermediate Phase

    Science.gov (United States)

    Shimada, Alisa; Nakano, Hiroki; Sakai, Tôru; Yoshimura, Kazuyoshi

    2018-03-01

    The S = 1/2 triangular-lattice Heisenberg antiferromagnet with distortion is investigated by the numerical-diagonalization method. The examined distortion type is √{3} × √{3} . We study the case when the distortion connects the undistorted triangular lattice and the dice lattice. For the intermediate phase reported previously in this system, we obtain results of the boundaries of the intermediate phase for a larger system than those in the previous report and examine the system size dependence of the boundaries in detail. We also report the specific heat of this system, which shows a marked peak structure related to the appearance of the intermediate state.

  3. Reactive solute transport in an asymmetrical fracture-rock matrix system

    Science.gov (United States)

    Zhou, Renjie; Zhan, Hongbin

    2018-02-01

    The understanding of reactive solute transport in a single fracture-rock matrix system is the foundation of studying transport behavior in the complex fractured porous media. When transport properties are asymmetrically distributed in the adjacent rock matrixes, reactive solute transport has to be considered as a coupled three-domain problem, which is more complex than the symmetric case with identical transport properties in the adjacent rock matrixes. This study deals with the transport problem in a single fracture-rock matrix system with asymmetrical distribution of transport properties in the rock matrixes. Mathematical models are developed for such a problem under the first-type and the third-type boundary conditions to analyze the spatio-temporal concentration and mass distribution in the fracture and rock matrix with the help of Laplace transform technique and de Hoog numerical inverse Laplace algorithm. The newly acquired solutions are then tested extensively against previous analytical and numerical solutions and are proven to be robust and accurate. Furthermore, a water flushing phase is imposed on the left boundary of system after a certain time. The diffusive mass exchange along the fracture/rock matrixes interfaces and the relative masses stored in each of three domains (fracture, upper rock matrix, and lower rock matrix) after the water flushing provide great insights of transport with asymmetric distribution of transport properties. This study has the following findings: 1) Asymmetric distribution of transport properties imposes greater controls on solute transport in the rock matrixes. However, transport in the fracture is mildly influenced. 2) The mass stored in the fracture responses quickly to water flushing, while the mass stored in the rock matrix is much less sensitive to the water flushing. 3) The diffusive mass exchange during the water flushing phase has similar patterns under symmetric and asymmetric cases. 4) The characteristic distance

  4. Antioxidant, Iron Chelating and Tyrosinase Inhibitory Activities of Extracts from Talinum triangulare Leach Stem

    Directory of Open Access Journals (Sweden)

    Ana Paula Oliveira Amorim

    2013-07-01

    Full Text Available The aim of this work is to evaluate the antioxidant activity against the radical species DPPH, the reducing capacity against Fe II ions, and the inhibitory activity on the tyrosinase enzyme of the T. triangulare. Hydromethanolic crude extract provided two fractions after the liquid/liquid partition with chloroform. The Folin-Ciocalteu method determined the total phenolic content of the crude extract (CE and the hydromethanolic fraction (Fraction 1, resulting in a concentration of 0.5853 g/100 g for Fraction 1, and 0.1400 g/100 g for the CE. Taking into account the results of the DPPH, the free radical scavenging capacity was confirmed. The formation of complexes with Fe II ions was evaluated by UV/visible spectrometry; results showed that CE has complexing power similar to the positive control (Gingko biloba extract.The inhibitory capacity of samples against the tyrosinase enzyme was determined by the oxidation of L-DOPA, providing IC50 values of 13.3 μg·mL−1 (CE and 6.6 μg·mL−1 (Fraction 1. The values indicate that Fraction 1 was more active and showed a higher inhibitory power on the tyrosinase enzyme than the ascorbic acid, used as positive control. The hydromethanolic extract of T. triangulare proved to have powerful antioxidant activity and to inhibit the tyrosinase enzyme; its potential is increased after the partition with chloroform.

  5. A triangular climate-based decision model to forecast crop anomalies in Kenya

    Science.gov (United States)

    Guimarães Nobre, G.; Davenport, F.; Veldkamp, T.; Jongman, B.; Funk, C. C.; Husak, G. J.; Ward, P.; Aerts, J.

    2017-12-01

    By the end of 2017, the world is expected to experience unprecedented demands for food assistance where, across 45 countries, some 81 million people will face a food security crisis. Prolonged droughts in Eastern Africa are playing a major role in these crises. To mitigate famine risk and save lives, government bodies and international donor organisations are increasingly building up efforts to resolve conflicts and secure humanitarian relief. Disaster-relief and financing organizations traditionally focus on emergency response, providing aid after an extreme drought event, instead of taking actions in advance based on early warning. One of the reasons for this approach is that the seasonal risk information provided by early warning systems is often considered highly uncertain. Overcoming the reluctance to act based on early warnings greatly relies on understanding the risk of acting in vain, and assessing the cost-effectiveness of early actions. This research develops a triangular climate-based decision model for multiple seasonal time-scales to forecast strong anomalies in crop yield shortages in Kenya using Casual Discovery Algorithms and Fast and Frugal Decision Trees. This Triangular decision model (1) estimates the causality and strength of the relationship between crop yields and hydro climatological predictors (extracted from the Famine Early Warning Systems Network's data archive) during the crop growing season; (2) provides probabilistic forecasts of crop yield shortages in multiple time scales before the harvesting season; and (3) evaluates the cost-effectiveness of different financial mechanisms to respond to early warning indicators of crop yield shortages obtained from the model. Furthermore, we reflect on how such a model complements and advances the current state-of-art FEWS Net system, and examine its potential application to improve the management of agricultural risks in Kenya.

  6. Algebraic properties of generalized inverses

    CERN Document Server

    Cvetković‐Ilić, Dragana S

    2017-01-01

    This book addresses selected topics in the theory of generalized inverses. Following a discussion of the “reverse order law” problem and certain problems involving completions of operator matrices, it subsequently presents a specific approach to solving the problem of the reverse order law for {1} -generalized inverses. Particular emphasis is placed on the existence of Drazin invertible completions of an upper triangular operator matrix; on the invertibility and different types of generalized invertibility of a linear combination of operators on Hilbert spaces and Banach algebra elements; on the problem of finding representations of the Drazin inverse of a 2x2 block matrix; and on selected additive results and algebraic properties for the Drazin inverse. In addition to the clarity of its content, the book discusses the relevant open problems for each topic discussed. Comments on the latest references on generalized inverses are also included. Accordingly, the book will be useful for graduate students, Ph...

  7. A numerically accurate and robust expression for bistatic scattering from a plane triangular facet

    DEFF Research Database (Denmark)

    Wendelboe, Gorm; Jacobsen, Finn; Bell, Judith

    2006-01-01

    This work is related to modeling of synthetic sonar images of naval mines or other objects. Considered here is the computation of high frequency scattering from the surface of a rigid 3D-object numerically represented by plane triangular facets. The far field scattered pressure from each facet...... area was applied instead. The effective ensonified area solution is exact at normal incidence, but at other angles, where singularities also exist, the scattered pressure will be incorrect. This paper presents a frequency domain expression generalized to bistatic scattering written in terms of sinc...

  8. Extension of the analytic nodal diffusion solver ANDES to triangular-Z geometry and coupling with COBRA-IIIc for hexagonal core analysis

    International Nuclear Information System (INIS)

    Lozano, Juan-Andres; Jimenez, Javier; Garcia-Herranz, Nuria; Aragones, Jose-Maria

    2010-01-01

    In this paper the extension of the multigroup nodal diffusion code ANDES, based on the Analytic Coarse Mesh Finite Difference (ACMFD) method, from Cartesian to hexagonal geometry is presented, as well as its coupling with the thermal-hydraulic (TH) code COBRA-IIIc for hexagonal core analysis. In extending the ACMFD method to hexagonal assemblies, triangular-Z nodes are used. In the radial plane, a direct transverse integration procedure is applied along the three directions that are orthogonal to the triangle interfaces. The triangular nodalization avoids the singularities, that appear when applying transverse integration to hexagonal nodes, and allows the advantage of the mesh subdivision capabilities implicit within that geometry. As for the thermal-hydraulics, the extension of the coupling scheme to hexagonal geometry has been performed with the capability to model the core using either assembly-wise channels (hexagonal mesh) or a higher refinement with six channels per fuel assembly (triangular mesh). Achieving this level of TH mesh refinement with COBRA-IIIc code provides a better estimation of the in-core 3D flow distribution, improving the TH core modelling. The neutronics and thermal-hydraulics coupled code, ANDES/COBRA-IIIc, previously verified in Cartesian geometry core analysis, can also be applied now to full three-dimensional VVER core problems, as well as to other thermal and fast hexagonal core designs. Verification results are provided, corresponding to the different cases of the OECD/NEA-NSC VVER-1000 Coolant Transient Benchmarks.

  9. The effect of a soap film on a catenary: measurement of surface tension from the triangular configuration

    International Nuclear Information System (INIS)

    Behroozi, F; Behroozi, P S

    2011-01-01

    A chain assumes the well-known shape known as a catenary when it hangs loosely from two points in a gravitational field. The correct solution of the catenary was one of the early triumphs of the newly invented calculus of variations at the end of the 17th century. Here we revisit the catenary and show that, for a chain hanging from a horizontal rod, three new and distinct configurations are possible if a soap film covers the area bounded by the chain and the rod. We first review the general problem and discuss the conditions under which the chain assumes a concave, triangular or convex configuration. The deciding factor is the strength of surface tension relative to the gravitational force per unit length of the chain. The conditions under which the chain assumes the shape of a perfect triangle are discussed in greater detail and analysed to obtain the tension along the chain. The triangular configuration is especially intriguing to undergraduates and may be used as a simple experiment to obtain the surface tension of the soap solution by measuring just one angle of the triangle.

  10. The effect of a soap film on a catenary: measurement of surface tension from the triangular configuration

    Energy Technology Data Exchange (ETDEWEB)

    Behroozi, F [Department of Physics, University of Northern Iowa, Cedar Falls, IA 50614 (United States); Behroozi, P S, E-mail: behroozi@uni.edu [Department of Physics, Stanford University, Stanford, CA 94305 (United States)

    2011-09-15

    A chain assumes the well-known shape known as a catenary when it hangs loosely from two points in a gravitational field. The correct solution of the catenary was one of the early triumphs of the newly invented calculus of variations at the end of the 17th century. Here we revisit the catenary and show that, for a chain hanging from a horizontal rod, three new and distinct configurations are possible if a soap film covers the area bounded by the chain and the rod. We first review the general problem and discuss the conditions under which the chain assumes a concave, triangular or convex configuration. The deciding factor is the strength of surface tension relative to the gravitational force per unit length of the chain. The conditions under which the chain assumes the shape of a perfect triangle are discussed in greater detail and analysed to obtain the tension along the chain. The triangular configuration is especially intriguing to undergraduates and may be used as a simple experiment to obtain the surface tension of the soap solution by measuring just one angle of the triangle.

  11. The performance of magnetic resonance imaging in the detection of triangular fibrocartilage complex injury: a meta-analysis.

    Science.gov (United States)

    Wang, Z X; Chen, S L; Wang, Q Q; Liu, B; Zhu, J; Shen, J

    2015-06-01

    The aim of this study was to evaluate the accuracy of magnetic resonance imaging in the detection of triangular fibrocartilage complex injury through a meta-analysis. A comprehensive literature search was conducted before 1 April 2014. All studies comparing magnetic resonance imaging results with arthroscopy or open surgery findings were reviewed, and 25 studies that satisfied the eligibility criteria were included. Data were pooled to yield pooled sensitivity and specificity, which were respectively 0.83 and 0.82. In detection of central and peripheral tears, magnetic resonance imaging had respectively a pooled sensitivity of 0.90 and 0.88 and a pooled specificity of 0.97 and 0.97. Six high-quality studies using Ringler's recommended magnetic resonance imaging parameters were selected for analysis to determine whether optimal imaging protocols yielded better results. The pooled sensitivity and specificity of these six studies were 0.92 and 0.82, respectively. The overall accuracy of magnetic resonance imaging was acceptable. For peripheral tears, the pooled data showed a relatively high accuracy. Magnetic resonance imaging with appropriate parameters are an ideal method for diagnosing different types of triangular fibrocartilage complex tears. © The Author(s) 2015.

  12. Biomechanical Analysis of All-Inside, Arthroscopic Suture Repair Versus Extensor Retinaculum Capsulorrhaphy for Triangular Fibrocartilage Complex Tears With Instability.

    Science.gov (United States)

    Patel, Amar A; Alhandi, Ali A; Milne, Edward; Dy, Christopher J; Latta, Loren L; Ouellette, E Anne

    2016-03-01

    To assess ulnocarpal joint stability after treatment of a peripheral triangular fibrocartilage complex (TFCC) injury with all-inside arthroscopic suture repair (SR), extensor retinaculum capsulorrhaphy with the Herbert sling (HS), and a combination of both (SR+HS). Twelve fresh-frozen, age-matched, upper-extremity specimens intact from the distal humerus were prepared. Nondestructive mechanical testing was performed to assess native ulnocarpal joint stability and load-displacement curves were recorded. A peripheral, ulnar-sided TFCC injury was created with arthroscopic assistance, and mechanical testing was performed. Each specimen was treated with SR or HS and testing was repeated. The 6 specimens treated with SR were then treated with HS (SR+HS), and testing was repeated. We used paired Student t tests for statistical analysis within cohorts. For all cohorts, there was an average increase in ulnar translation after the creation of a peripheral TFCC injury and an average decrease after repair. Herbert sling decreased translation by 21%, SR decreased translation by 12%, and SR+HS decreased translation by 26%. Suture repair plus HS and HS reduce ulnar translation the most after a peripheral TFCC injury, followed by SR alone. Ulnocarpal joint stability should be assessed clinically in patients with peripheral TFCC injury, and consideration should be made for using extensor capsulorrhaphy in isolation or as an adjunct to SR as a treatment option. Copyright © 2016 American Society for Surgery of the Hand. Published by Elsevier Inc. All rights reserved.

  13. Numerical investigation of Al2O3/water nanofluid laminar convective heat transfer through triangular ducts

    Directory of Open Access Journals (Sweden)

    Zeinali Heris Saeed

    2011-01-01

    Full Text Available Abstract In this article, laminar flow-forced convective heat transfer of Al2O3/water nanofluid in a triangular duct under constant wall temperature condition is investigated numerically. In this investigation, the effects of parameters, such as nanoparticles diameter, concentration, and Reynolds number on the enhancement of nanofluids heat transfer is studied. Besides, the comparison between nanofluid and pure fluid heat transfer is achieved in this article. Sometimes, because of pressure drop limitations, the need for non-circular ducts arises in many heat transfer applications. The low heat transfer rate of non-circular ducts is one the limitations of these systems, and utilization of nanofluid instead of pure fluid because of its potential to increase heat transfer of system can compensate this problem. In this article, for considering the presence of nanoparticl: es, the dispersion model is used. Numerical results represent an enhancement of heat transfer of fluid associated with changing to the suspension of nanometer-sized particles in the triangular duct. The results of the present model indicate that the nanofluid Nusselt number increases with increasing concentration of nanoparticles and decreasing diameter. Also, the enhancement of the fluid heat transfer becomes better at high Re in laminar flow with the addition of nanoparticles.

  14. Single Null Negative Triangularity Tokamak for Power Handling

    Science.gov (United States)

    Kikuchi, Mitsuru; Medvedev, S.; Takizuka, T.; Sauter, O.; Merle, A.; Coda, S.; Chen, D.; Li, J. X.

    2017-10-01

    Power and particle control in fusion reactor is challenge and we proposed the negative triangularity tokamak (NTT) to eliminate ELM by operating L-mode edge with improved core confinement. The SN configuration has more flexibility in shaping by adopting rectangular-shaped TF coils. The limiting normalized beta is 3.56 with wall stabilization and 3.14 without wall. The vertical stability is assured under a reasonable control system. The wetted area on the divertor plates becomes wider in proportion to the larger major radius at the divertor strike points due to the NT configuration. In addition to the major-radius effect, the ``Flux Tune Expansion (FTE)'' is adopted to further reduce the heat load on the divertor plate by factor of 2.6 with a coil current 3 MA. L-mode edge also allows further increase in wetted area. The fusion power of 3 GW is deliverable only at normalized beta 2.1. Therefore this reactor may be operable stably against the serious MHD activities. The CD power for SS operation is 175 MW at Q = 17. AC operation is also possible option. A required HH factor is relatively modest H = 1.12.

  15. Solution of the multigroup diffusion equation for two-dimensional triangular regions by finite Fourier transformation

    International Nuclear Information System (INIS)

    Takeshi, Y.; Keisuke, K.

    1983-01-01

    The multigroup neutron diffusion equation for two-dimensional triangular geometry is solved by the finite Fourier transformation method. Using the zero-th-order equation of the integral equation derived by this method, simple algebraic expressions for the flux are derived and solved by the alternating direction implicit method. In sample calculations for a benchmark problem of a fast breeder reactor, it is shown that the present method gives good results with fewer mesh points than the usual finite difference method

  16. Batched Triangular DLA for Very Small Matrices on GPUs

    KAUST Repository

    Charara, Ali

    2017-03-13

    In several scientific applications, like tensor contractions in deep learning computation or data compression in hierarchical low rank matrix approximation, the bulk of computation typically resides in performing thousands of independent dense linear algebra operations on very small matrix sizes (usually less than 100). Batched dense linear algebra kernels are becoming ubiquitous for such scientific computations. Within a single API call, these kernels are capable of simultaneously launching a large number of similar matrix computations, removing the expensive overhead of multiple API calls while increasing the utilization of the underlying hardware.

  17. CTD: a computer program to solve the three dimensional multi-group diffusion equation in X, Y, Z, and triangular Z geometries

    Energy Technology Data Exchange (ETDEWEB)

    Fletcher, J K

    1973-05-01

    CTD is a computer program written in Fortran 4 to solve the multi-group diffusion theory equations in X, Y, Z and triangular Z geometries. A power print- out neutron balance and breeding gain are also produced. 4 references. (auth)

  18. An Upper Bound on Orbital Debris Collision Probability When Only One Object has Position Uncertainty Information

    Science.gov (United States)

    Frisbee, Joseph H., Jr.

    2015-01-01

    Upper bounds on high speed satellite collision probability, P (sub c), have been investigated. Previous methods assume an individual position error covariance matrix is available for each object. The two matrices being combined into a single, relative position error covariance matrix. Components of the combined error covariance are then varied to obtain a maximum P (sub c). If error covariance information for only one of the two objects was available, either some default shape has been used or nothing could be done. An alternative is presented that uses the known covariance information along with a critical value of the missing covariance to obtain an approximate but useful P (sub c) upper bound. There are various avenues along which an upper bound on the high speed satellite collision probability has been pursued. Typically, for the collision plane representation of the high speed collision probability problem, the predicted miss position in the collision plane is assumed fixed. Then the shape (aspect ratio of ellipse), the size (scaling of standard deviations) or the orientation (rotation of ellipse principal axes) of the combined position error ellipse is varied to obtain a maximum P (sub c). Regardless as to the exact details of the approach, previously presented methods all assume that an individual position error covariance matrix is available for each object and the two are combined into a single, relative position error covariance matrix. This combined position error covariance matrix is then modified according to the chosen scheme to arrive at a maximum P (sub c). But what if error covariance information for one of the two objects is not available? When error covariance information for one of the objects is not available the analyst has commonly defaulted to the situation in which only the relative miss position and velocity are known without any corresponding state error covariance information. The various usual methods of finding a maximum P (sub c) do

  19. Triangular model integrating clinical teaching and assessment

    Directory of Open Access Journals (Sweden)

    Abdelaziz A

    2014-03-01

    Full Text Available Adel Abdelaziz,1,2 Emad Koshak3 1Medical Education Development Unit, Faculty of Medicine, Al Baha University, Al Baha, Saudi Arabia; 2Medical Education Department, Faculty of Medicine, Suez Canal University, Egypt; 3Dean and Internal Medicine Department, Faculty of Medicine, Al Baha University, Al Baha, Saudi Arabia Abstract: Structuring clinical teaching is a challenge facing medical education curriculum designers. A variety of instructional methods on different domains of learning are indicated to accommodate different learning styles. Conventional methods of clinical teaching, like training in ambulatory care settings, are prone to the factor of coincidence in having varieties of patient presentations. Accordingly, alternative methods of instruction are indicated to compensate for the deficiencies of these conventional methods. This paper presents an initiative that can be used to design a checklist as a blueprint to guide appropriate selection and implementation of teaching/learning and assessment methods in each of the educational courses and modules based on educational objectives. Three categories of instructional methods were identified, and within each a variety of methods were included. These categories are classroom-type settings, health services-based settings, and community service-based settings. Such categories have framed our triangular model of clinical teaching and assessment. Keywords: curriculum development, teaching, learning, assessment, apprenticeship, community-based settings, health service-based settings

  20. 2-D modeling of dual-mode acoustic phonon excitation of a triangular nanoplate

    Science.gov (United States)

    Tai, Po-Tse; Yu, Pyng; Tang, Jau

    2010-08-01

    In this theoretical work, we investigated coherent phonon excitation of a triangular nanoplate based on 2-D Fermi-Pasta-Ulam lattice model. Based on the two-temperature model commonly used in description of laser heating of metals, we considered two kinds of forces related to electronic and lattice stresses. Based on extensive simulation and analysis, we identified two major planar phonon modes, namely, a standing wave mode related to the triangle bisector and another mode corresponding to half of the side length. This work elucidates the roles of laser-induced electronic stress and lattice stress in controlling the initial phase and the amplitude ratio between these two phonon modes.

  1. The magnetic structure on the ground state of the equilateral triangular spin tube

    International Nuclear Information System (INIS)

    Matsui, Kazuki; Goto, Takayuki; Manaka, Hirotaka; Miura, Yoko

    2016-01-01

    The ground state of the frustrated equilateral triangular spin tube CsCrF_4 is still hidden behind a veil though NMR spectrum broaden into 2 T at low temperature. In order to investigate the spin structure in an ordered state by "1"9F-NMR, we have determined the anisotropic hyperfine coupling tensors for each three fluorine sites in the paramagnetic state. The measurement field was raised up to 10 T to achieve highest resolution. The preliminary analysis using the obtained hyperfine tensors has shown that the archetypal 120°-type structure in ab-plane does not accord with the NMR spectra of ordered state.

  2. Impurity States and diamagnetic susceptibility of a donor in a triangular quantum well

    Science.gov (United States)

    Kalpana, P.; Reuben, A. Merwyn Jasper D.; Nithiananthi, P.; Jayakumar, K.

    2017-05-01

    We have calculated the binding energy and the diamagnetic susceptibility(χdia) of the ground (1s) and few low lying excited states (2s and 2p±) in a GaAs/AlxGa1-xAs Triangular Quantum Well (TQW) for the Al composition of x = 0.3. Since the estimation of gives the carrier localization in nanostructured systems and also the calculation of (χdia) involves the , the same has also been estimated as a function of well width. The Schrodinger equation has been solved using variational technique involving Airy functions in the effective mass approximation. The results are presented and discussed.

  3. The Implementation of Cumulative Learning Theory in Calculating Triangular Prism and Tube Volumes

    Science.gov (United States)

    Muklis, M.; Abidin, C.; Pamungkas, M. D.; Masriyah

    2018-01-01

    This study aims at describing the application of cumulative learning theory in calculating the volume of a triangular prism and a tube as well as revealing the students’ responses toward the learning. The research method used was descriptive qualitative with elementary school students as the subjects of the research. Data obtained through observation, field notes, questionnaire, tests, and interviews. The results from the application of cumulative learning theory obtained positive students’ responses in following the learning and students’ learning outcomes was dominantly above the average. This showed that cumulative learning could be used as a reference to be implemented in learning, so as to improve the students’ achievement.

  4. Low-Reynolds number compressible flow around a triangular airfoil

    Science.gov (United States)

    Munday, Phillip; Taira, Kunihiko; Suwa, Tetsuya; Numata, Daiju; Asai, Keisuke

    2013-11-01

    We report on the combined numerical and experimental effort to analyze the nonlinear aerodynamics of a triangular airfoil in low-Reynolds number compressible flow that is representative of wings on future Martian air vehicles. The flow field around this airfoil is examined for a wide range of angles of attack and Mach numbers with three-dimensional direct numerical simulations at Re = 3000 . Companion experiments are conducted in a unique Martian wind tunnel that is placed in a vacuum chamber to simulate the Martian atmosphere. Computational findings are compared with pressure sensitive paint and direct force measurements and are found to be in agreement. The separated flow from the leading edge is found to form a large leading-edge vortex that sits directly above the apex of the airfoil and provides enhanced lift at post stall angles of attack. For higher subsonic flows, the vortical structures elongate in the streamwise direction resulting in reduced lift enhancement. We also observe that the onset of spanwise instability for higher angles of attack is delayed at lower Mach numbers. Currently at Mitsubishi Heavy Industries, Ltd., Nagasaki.

  5. Well-balanced positivity preserving central-upwind scheme on triangular grids for the Saint-Venant system

    KAUST Repository

    Bryson, Steve

    2010-10-11

    We introduce a new second-order central-upwind scheme for the Saint-Venant system of shallow water equations on triangular grids. We prove that the scheme both preserves "lake at rest" steady states and guarantees the positivity of the computed fluid depth. Moreover, it can be applied to models with discontinuous bottom topography and irregular channel widths. We demonstrate these features of the new scheme, as well as its high resolution and robustness in a number of numerical examples. © EDP Sciences, SMAI, 2010.

  6. Well-balanced positivity preserving central-upwind scheme on triangular grids for the Saint-Venant system

    KAUST Repository

    Bryson, Steve; Epshteyn, Yekaterina; Kurganov, Alexander; Petrova, Guergana

    2010-01-01

    We introduce a new second-order central-upwind scheme for the Saint-Venant system of shallow water equations on triangular grids. We prove that the scheme both preserves "lake at rest" steady states and guarantees the positivity of the computed fluid depth. Moreover, it can be applied to models with discontinuous bottom topography and irregular channel widths. We demonstrate these features of the new scheme, as well as its high resolution and robustness in a number of numerical examples. © EDP Sciences, SMAI, 2010.

  7. Sobre relaciones laborales triangulares: La subcontratación y el suministro de trabajadores

    Directory of Open Access Journals (Sweden)

    José Luis Ugarte Cataldo

    2006-01-01

    Full Text Available Las relaciones laborales triangulares puede adoptar, en lo fundamental, dos modalidades: la subcontratación laboral y el suministro de trabajadores por la vía de una empresa de trabajo temporal. La primera se refiere a la situación en que una empresa, dueña de una obra o faena, contrata a otra empresa, denominada contratista, mediante un contrato civil o comercial, para que ejecute a su cuenta y riesgo, con sus propios trabajadores, un determinado trabajo o servicio, pudiendo esta última a su turno, contratar a otra empresa, denominada subcontratista, para que lleve a cabo el trabajo o servicio requerido. La segunda, en cambio, consiste en que una empresa, cuyo giro corresponde al suministro de trabajadores (empresa suministradora o de trabajo temporal, pone a disposición de otra empresa (denominada usuaria, por el pago de un precio determinado, los servicios laborales de sus empleados, reteniendo para sí la calidad formal de empleador. En Chile, mientras la figura de la subcontratación laboral data de antiguo, y está regulada en la legislación vigente, el caso del suministro es distinto: sólo en los últimos años se presenta como un fenómeno de relevancia para la comunidad jurídica nacional, en directa relación con el momento de moda que vive la denominada descentralización productiva, que no se encuentra, por lo demás, reconocida en nuestra legislación laboral. La regulación de ambos tipos de relaciones triangulares es el objetivo al que va a la dirigido nueva ley de subcontratación: por una parte, se reconoce y regula por primera vez en Chile la figura del suministro de personal a través de lo que denomina empresas de servicios transitorios, y se perfecciona, por otra, la regulación de la subcontratación laboral mediante nuevas normas sobre la responsabilidad del dueño de la obraThe triangular labour relations could basically adopt two modalities: labour subcontracting and the supplying of workers by a temporary

  8. Lithofacies palaeogeography of the Upper Permian Changxing Stage in the Middle and Upper Yangtze Region, China

    Directory of Open Access Journals (Sweden)

    He Youbin

    2013-04-01

    Full Text Available Based on the petrological study, according to single factor analysis and multifactor comprehensive mapping method, the quantitative lithofacies palaeogeography of the Upper Permian Changxing Stage of the Middle and Upper Yangtze Region was studied. The Changxing Stage in the Middle and Upper Yangtze Region is mainly composed of carbonate rocks; in addition, clastic and siliceous rocks occur with rare coals and pyroclastic rocks. Lithofacies can be divided into five types, including clastic rock assemblage, clastic rock–limestone assemblage, limestone assemblage, limestone–siliceous rock assemblage, and siliceous rock–clastic rock assemblage. Four fundamental ecological types and five fossil assemblages were recognized in the Changxing Stage. On the basis of the petrological and palaeoecological study, eight single factors were chosen including thickness, content of marine rocks, content of shallow water carbonate rocks, content of bioclasts with limemud matrix, content of bioclasts with sparry cement, distribution of reefs, content of thin bedded siliceous rocks and content of deep water sedimentary rocks. And eight single factor maps and one lithofacies paleogeographic map of the Changxing Stage were compiled. Paleoenvironments from west to east include an erosional area, fluvial plain, clastic platform, carbonate platform and reefs that developed there, slope and basin, low energy organic banks, and high energy organic banks. Sedimentary environments have an obvious control on the development of the source rocks, and the excellent source rocks are developed in the Dalong Formation. Changxing Stage reservoirs should be dominated by the reef and platform surrounding the Guangyuan–Liangping Basin rim area, and is the most favorable exploration area of the reef petroleum reservoirs of the Changxing Formation.

  9. Matrix completion by deep matrix factorization.

    Science.gov (United States)

    Fan, Jicong; Cheng, Jieyu

    2018-02-01

    Conventional methods of matrix completion are linear methods that are not effective in handling data of nonlinear structures. Recently a few researchers attempted to incorporate nonlinear techniques into matrix completion but there still exists considerable limitations. In this paper, a novel method called deep matrix factorization (DMF) is proposed for nonlinear matrix completion. Different from conventional matrix completion methods that are based on linear latent variable models, DMF is on the basis of a nonlinear latent variable model. DMF is formulated as a deep-structure neural network, in which the inputs are the low-dimensional unknown latent variables and the outputs are the partially observed variables. In DMF, the inputs and the parameters of the multilayer neural network are simultaneously optimized to minimize the reconstruction errors for the observed entries. Then the missing entries can be readily recovered by propagating the latent variables to the output layer. DMF is compared with state-of-the-art methods of linear and nonlinear matrix completion in the tasks of toy matrix completion, image inpainting and collaborative filtering. The experimental results verify that DMF is able to provide higher matrix completion accuracy than existing methods do and DMF is applicable to large matrices. Copyright © 2017 Elsevier Ltd. All rights reserved.

  10. Recurrence Relations and Generating Functions of the Sequence of Sums of Corresponding Factorials and Triangular Numbers

    Directory of Open Access Journals (Sweden)

    Romer C. Castillo

    2015-11-01

    Full Text Available This study established some recurrence relations and exponential generating functions of the sequence of factoriangular numbers. A factoriangular number is defined as a sum of corresponding factorial and triangular number. The proofs utilize algebraic manipulations with some known results from calculus, particularly on power series and Maclaurin’s series. The recurrence relations were found by manipulating the formula defining a factoringular number while the ascertained exponential generating functions were in the closed form.

  11. A novel amplitude modulated triangular carrier gain linearization technique for SPWM inverter

    Directory of Open Access Journals (Sweden)

    Ramkumar Subburam

    2009-01-01

    Full Text Available This paper presents a new method to extend the linearity of the sinusoidal pulse width modulation (SPWM to full range of the pulse dropping region. The proposed amplitude modulated triangular carrier PWM method (AMTCPWM increases the dynamic range of the SPWM control and eliminates the need of nonlinear modulation in the pulse dropping region to reach the square wave boundary. The novel method combines the spectral quality of SPWM with the efficient single-mode linear control. A simple analytical characterization of the exact method is presented and its effectiveness is demonstrated using simulation for the basic single-phase H-bridge inverter circuit. The hardware results of the designed prototype inverter are presented to validate the betterment of the novel scheme. .

  12. Thermodynamic and critical properties of an antiferromagnetically stacked triangular Ising antiferromagnet in a field

    Science.gov (United States)

    Žukovič, M.; Borovský, M.; Bobák, A.

    2018-05-01

    We study a stacked triangular lattice Ising model with both intra- and inter-plane antiferromagnetic interactions in a field, by Monte Carlo simulation. We find only one phase transition from a paramagnetic to a partially disordered phase, which is of second order and 3D XY universality class. At low temperatures we identify two highly degenerate phases: at smaller (larger) fields the system shows long-range ordering in the stacking direction (within planes) but not in the planes (stacking direction). Nevertheless, crossovers to these phases do not have a character of conventional phase transitions but rather linear-chain-like excitations.

  13. A Self-Oscillating System to Measure the Conductivity and the Permittivity of Liquids within a Single Triangular Signal

    Directory of Open Access Journals (Sweden)

    Sylvain Druart

    2014-01-01

    Full Text Available We present a methodology and a circuit to extract liquid resistance and capacitance simultaneously from the same output signal using interdigitated sensing electrodes. The principle consists in the generation of a current square wave and its application to the sensor to create a triangular output voltage which contains both the conductivity and permittivity parameters in a single periodic segment. This concept extends the Triangular Waveform Voltage (TWV signal generation technique and is implemented by a system which consists in a closed-loop current-controlled oscillator and only requires DC power to operate. The system interface is portable and only a small number of electrical components are used to generate the expected signal. Conductivities of saline NaCl and KCl solutions, being first calibrated by commercial equipment, are characterized by a system prototype. The results show excellent linearity and prove the repeatability of the measurements. Experiments on water-glycerol mixtures validate the proposed sensing approach to measure the permittivity and the conductivity simultaneously. We discussed and identified the sources of measurement errors as circuit parasitic capacitances, switching clock feedthrough, charge injection, bandwidth, and control-current quality.

  14. Robust band gap and half-metallicity in graphene with triangular perforations

    DEFF Research Database (Denmark)

    Gregersen, Søren Schou; Power, Stephen; Jauho, Antti-Pekka

    2016-01-01

    Ideal graphene antidot lattices are predicted to show promising band gap behavior (i.e., EG ≅ 500 meV) under carefully specified conditions. However, for the structures studied so far this behavior is critically dependent on superlattice geometry and is not robust against experimentally realistic...... disorders. Here we study a rectangular array of triangular antidots with zigzag edge geometries and show that their band gap behavior qualitatively differs from the standard behavior which is exhibited, e.g., by rectangular arrays of armchair-edged triangles. In the spin unpolarized case, zigzag......-edged antidots give rise to large band gaps compared to armchair-edged antidots, irrespective of the rules which govern the existence of gaps in armchair-edged antidot lattices. In addition the zigzag-edged antidots appear more robust than armchair-edged antidots in the presence of geometrical disorder...

  15. Designing Tripodal and Triangular Gadolinium Oxide Nanoplates and Self-Assembled Nanofibrils as Potential Multimodal Bioimaging Probes

    Energy Technology Data Exchange (ETDEWEB)

    Paik, T; Gordon, TR; Prantner, AM; Yun, H; Murray, CB

    2013-03-01

    Here, we report the shape-controlled synthesis of tripodal and triangular gadolinium oxide (Gd2O3) nanoplates. In the presence of lithium ions, the shape of the nanocrystals is readily controlled by tailoring reaction parameters such as temperature and time. We observe that the morphology transforms from an initial tripodal shape to a triangular shape with increasing reaction time or elevated temperatures. Highly uniform Gd2O3 nanoplates are self-assembled into nanofibril-like liquid-crystalline superlattices with long-range orientational and positional order. In addition, shape-directed self-assemblies are investigated by tailoring the aspect ratio of the arms of the Gd2O3 nanoplates. Due to a strong paramagnetic response, Gd2O3 nanocrystals are excellent candidates for MRI contrast agents and also can be doped with rare-earth ions to form nanophosphors, pointing to their potential in multimodal imaging. In this work, we investigate the MR relaxometry at high magnetic fields (9,4 and 14.1 T) and the optical properties including near-IR to visible upconversion luminescence and X-ray excited optical luminescence of doped Gd2O3 nanoplates. The complex shape of Gd2O3 nanoplates, coupled with their magnetic properties and their ability to phosphoresce under NIR or X-ray excitation which penetrate deep into tissue, makes these nanoplates a promising platform for multimodal imaging in biomedical applications.

  16. Bio-synthesis of triangular and hexagonal gold nanoparticles using palm oil fronds’ extracts at room temperature

    Science.gov (United States)

    Usman, Adamu Ibrahim; Aziz, Azlan Abdul; Abu Noqta, Osama

    2018-01-01

    Development of bio-reduction techniques for nanoparticles (NPs) synthesis in medical application remains a challenge to numerous researchers. This work reports a novel technique for the synthesis of triangular and hexagonal gold nanoparticles (AuNP) using palm oil fronds’ (POFs) extracts. The functional groups in the POFs’ extracts operate as a persuasive capping and reducing agent to growth AuNPs. The prepared AuNPs were characterized using UV-vis spectrophotometry, Fourier-transform infrared (FTIR) spectroscopy, dynamic light scattering, energy filtered transmission electron microscopy (EFTEM), and x-ray diffraction (XRD). The analysis of FTIR validates the coating of alkynes and phenolic composites on the AuNPs. This shows a feasible function of biomolecules for efficient stabilization of the AuNPs. EFTEM clearly show the triangular and hexagonal shapes of the prepared AuNPs. The XRD patterns display the peaks of fcc crystal structures at (111), (200), (220), (311) and (222), with average particle sizes of 66.7 and 79.02 nm for 1% and 5% POFs extracts concentrations respectively at room temperature. While at 120 °C the average particles size recorded for 1% and 5% of POFs extract concentrations were 32.17 nm and 45.66 nm respectively, and the reaction completed in less than 2 min. The prepared NPs could be potentially applied in biomedical application, due to their excellent stability and refine morphology without agglomeration.

  17. A parallel finite element procedure for contact-impact problems using edge-based smooth triangular element and GPU

    Science.gov (United States)

    Cai, Yong; Cui, Xiangyang; Li, Guangyao; Liu, Wenyang

    2018-04-01

    The edge-smooth finite element method (ES-FEM) can improve the computational accuracy of triangular shell elements and the mesh partition efficiency of complex models. In this paper, an approach is developed to perform explicit finite element simulations of contact-impact problems with a graphical processing unit (GPU) using a special edge-smooth triangular shell element based on ES-FEM. Of critical importance for this problem is achieving finer-grained parallelism to enable efficient data loading and to minimize communication between the device and host. Four kinds of parallel strategies are then developed to efficiently solve these ES-FEM based shell element formulas, and various optimization methods are adopted to ensure aligned memory access. Special focus is dedicated to developing an approach for the parallel construction of edge systems. A parallel hierarchy-territory contact-searching algorithm (HITA) and a parallel penalty function calculation method are embedded in this parallel explicit algorithm. Finally, the program flow is well designed, and a GPU-based simulation system is developed, using Nvidia's CUDA. Several numerical examples are presented to illustrate the high quality of the results obtained with the proposed methods. In addition, the GPU-based parallel computation is shown to significantly reduce the computing time.

  18. Linear algebra for dense matrices on a hypercube

    International Nuclear Information System (INIS)

    Sears, M.P.

    1990-01-01

    A set of routines has been written for dense matrix operations optimized for the NCUBE/6400 parallel processor. This paper was motivated by a Sandia effort to parallelize certain electronic structure calculations. Routines are included for matrix transpose, multiply, Cholesky decomposition, triangular inversion, and Householder tridiagonalization. The library is written in C and is callable from Fortran. Matrices up to order 1600 can be handled on 128 processors. For each operation, the algorithm used is presented along with typical timings and estimates of performance. Performance for order 1600 on 128 processors varies from 42 MFLOPs (House-holder tridiagonalization, triangular inverse) up to 126 MFLOPs (matrix multiply). The authors also present performance results for communications and basic linear algebra operations (saxpy and dot products)

  19. The 120° Ordered Phase of Triangular Lattice Antiferromagnetic Heisenberg Model with Long Range Couplings

    International Nuclear Information System (INIS)

    Zhan-Hai, Dong

    2009-01-01

    In order to look for the 120° order phase of triangular lattice Heisenberg antiferromagnet with long range couplings, the Hamiltonian is diagonalized with the Bogoliubov transformation within linear spin-wave approximation. It is found that when the long range spin couplings are taken into account, the transformation is valid only for certain regions in the spin coupling parameter space. These regions just correspond to the 120° (or Néel) ordered phase, which is very different from square lattice in terms of shape, size and topological property

  20. [Treatment of triangular fibrocartilage complex tear under wrist arthroscopy].

    Science.gov (United States)

    Mi, Kun; Liu, Wu; Liu, Pengfei; Feng, Zhibin; Li, Yuwen; Hui, Guisheng

    2011-01-01

    To evaluate the treatment and effects of wrist arthroscopy in tear of triangular fibrocartilage complex (TFCC). Between January 2006 and December 2008, 16 patients with tear of TFCC were treated. Of 16 patients, 11 were male and 5 were female with an average age of 32.5 years (range, 25-51 years). Injury was caused by sprain in 12 cases, and by falling in 4 cases. The locations were the left side in 10 cases and the right side in 6 cases. The mean injury duration was 3 months to 6 years and 2 months. The main clinical symptoms included wrist powerlessness and ulnar-sided wrist pain which was aggravated with clench fist and lifting heavy things. The results of the ulnar-sided wrist stress test were positive in 14 cases and negative in 2 cases. The preoperative values of wrist range of motion (ROM) were (45.58 +/- 5.18) degrees at volar flexion, (41.22 +/- 3.83) degrees at dorsal extension, (17.82 +/- 2.48) degrees at radial deviation, (21.35 +/- 4.61) degrees at ulnar deviation, (69.85 +/- 8.36) degrees at pronation, and (70.13 +/- 6.34) degrees at supination. According to Palmer standard, 10 cases of IA were treated with debridement; 3 cases of IB with suture and 1 of them failed and was partially excised; 2 cases of IC with debridement on triangular fibrocartilage disc, ulnolunate ligament, and ulnotriguetrum ligament; and 1 case of ID with trimming plastic operation. All incisions healed by first intention, and no complications of joint infection or neurovascular injury was found. All patients were followed up 14-38 months (mean, 18.5 months). Fifteen patients were restored to normal life and work without ulnar-sided wrist pain. One patient had no pain, but he had wrist powerless. The values of ROM at last follow-up were (50.16 +/- 6.21) degrees at volar flexion, (45.37 +/- 4.65) degrees at dorsal extension, (18.95 +/- 3.56) degrees at radial deviation, (26.28 +/- 5.09) degrees at ulnar deviation, (78.87 +/- 7.69) degrees at pronation, and (76.46 +/- 8

  1. Preliminary data on dinosaurs habitat during the Upper Maastrichtian, Hateg Basin, Romania

    International Nuclear Information System (INIS)

    Grigorescu, D.; Klarik, L.; Bojar, A.-V.

    2002-01-01

    The Hateg basin is located in the south-western part of the Transylvanian Depression and it is filled with sediments that overly the crystalline rocks of the Getic nappe. The basin show multiple stage of Mesozoic evolution. The Latest Cretaceous (Middle and Upper Maastrichtian) with continuous transition to Paleocene is represented by two continental lithostratigraphic units: the Densus-Ciula and the Sinpetru Formations. The Upper Maastrichtian of Densus-Ciula Formation at Tustea Quarry is represented by a pebbly alluvium with massive, matrix supported conglomerates, cross bedded sandstones and mudstones, the last one containing calcretes and dinosaur remains, including eggs and hatchlings of the hadrosaurid Telmatosaurus transsylvanicus. In order to constrain the paleoenvironment in which dinosaurs lived, calcretes and dinosaur eggshells were analyzed for carbon and oxygen isotopic composition

  2. Preliminary data on dinosaurs habitat during the Upper Maastrichtian, Hateg Basin, Romania

    Energy Technology Data Exchange (ETDEWEB)

    Grigorescu, D; Klarik, L [University of Bucharest, Faculty of Geology and Geophysics (Romania); Bojar, A -V [Department of Geology and Paleontology, Graz (Austria)

    2002-10-01

    The Hateg basin is located in the south-western part of the Transylvanian Depression and it is filled with sediments that overly the crystalline rocks of the Getic nappe. The basin show multiple stage of Mesozoic evolution. The Latest Cretaceous (Middle and Upper Maastrichtian) with continuous transition to Paleocene is represented by two continental lithostratigraphic units: the Densus-Ciula and the Sinpetru Formations. The Upper Maastrichtian of Densus-Ciula Formation at Tustea Quarry is represented by a pebbly alluvium with massive, matrix supported conglomerates, cross bedded sandstones and mudstones, the last one containing calcretes and dinosaur remains, including eggs and hatchlings of the hadrosaurid Telmatosaurus transsylvanicus. In order to constrain the paleoenvironment in which dinosaurs lived, calcretes and dinosaur eggshells were analyzed for carbon and oxygen isotopic composition.

  3. Cluster evolution and critical cluster sizes for the square and triangular lattice Ising models using lattice animals and Monte Carlo simulations

    NARCIS (Netherlands)

    Eising, G.; Kooi, B. J.

    2012-01-01

    Growth and decay of clusters at temperatures below T-c have been studied for a two-dimensional Ising model for both square and triangular lattices using Monte Carlo (MC) simulations and the enumeration of lattice animals. For the lattice animals, all unique cluster configurations with their internal

  4. The Upper Eocene crustose coralline algal pavement in the Colli Berici, north-eastern Italy

    OpenAIRE

    Davide Bassi

    2005-01-01

    A crustose coralline algal pavement, identified in Upper Eocene (Priabonian) shallow water, middleramp carbonates in north-eastern Italy (Colli Berici, Southern Alps), represents a rare example of this facies.The crustose pavement consists of a coralline crust bindstone with a wackestone-packstone matrix, and is characterised by the dominance of crustose coralline thalli composed primarily of melobesioids (Lithothamnion and Mesophyllum) and mastophoroids (Spongites, Lithoporella, Neogoniolith...

  5. Outcome of peroral endoscopic myotomy in achalasia cardia: Experience with a new triangular knife.

    Science.gov (United States)

    Nabi, Zaheer; Ramchandani, Mohan; Chavan, Radhika; Kalapala, Rakesh; Darisetty, Santosh; Reddy, D Nageshwar

    2018-01-01

    Peroral endoscopic myotomy (POEM) is a technically demanding procedure. Recently, a new triangular knife with integrated water jet function (TTJ) has been introduced. The present study was aimed to analyze and compare the operating time, efficacy, and adverse events (AEs) between the conventional (TT knife) and new knife (TTJ). All patients with achalasia cardia (AC) who underwent POEM between August 2015 and November 2016 were analyzed retrospectively. Operating time (OT), technical success, and AEs were assessed and compared between TT and TTJ knife. A total of 193 patients with AC underwent POEM during the specified period. Both groups had equivalent number of different subtypes of AC (I, II, and III). There was no difference in technical success between the two groups (TT, 99% vs TT, 98.9%). OT was significantly less in the TTJ group as compared to TT group (53.8 ± 15.2 vs 66.26 ± 19.2; P = 0.0001). On subanalysis, OT taken for submucosal tunneling was significantly less with TTJ knife (34.6 ± 10.1 vs 45.83 ± 14.80), whereas OT was similar for myotomy and clipping in both the groups. Significantly fewer use of coagulation forceps and exchanges of accessories were required in TTJ knife group (2.92 ± 1.77 vs 10.5 ± 3.58; P = 0.0001). There were no major AEs. Minor AEs were noted in 21.5% and 31% of patients in TTJ and TT knife groups, respectively. New triangular knife reduces procedure time and technical difficulty with POEM. POEM is an efficacious treatment for achalasia and can be safely executed in an endoscopy unit.

  6. Matrix intensification alters avian functional group composition in adjacent rainforest fragments.

    Directory of Open Access Journals (Sweden)

    Justus P Deikumah

    Full Text Available Conversion of farmland land-use matrices to surface mining is an increasing threat to the habitat quality of forest remnants and their constituent biota, with consequences for ecosystem functionality. We evaluated the effects of matrix type on bird community composition and the abundance and evenness within avian functional groups in south-west Ghana. We hypothesized that surface mining near remnants may result in a shift in functional composition of avifaunal communities, potentially disrupting ecological processes within tropical forest ecosystems. Matrix intensification and proximity to the remnant edge strongly influenced the abundance of members of several functional guilds. Obligate frugivores, strict terrestrial insectivores, lower and upper strata birds, and insect gleaners were most negatively affected by adjacent mining matrices, suggesting certain ecosystem processes such as seed dispersal may be disrupted by landscape change in this region. Evenness of these functional guilds was also lower in remnants adjacent to surface mining, regardless of the distance from remnant edge, with the exception of strict terrestrial insectivores. These shifts suggest matrix intensification can influence avian functional group composition and related ecosystem-level processes in adjacent forest remnants. The management of matrix habitat quality near and within mine concessions is important for improving efforts to preserveavian biodiversity in landscapes undergoing intensification such as through increased surface mining.

  7. A New Accurate yet Simple Shear Flexible Triangular Plate Element with Linear Bending Strains

    DEFF Research Database (Denmark)

    Damkilde, Lars; Pedersen, Ronnie

    2010-01-01

    The paper describes a new shear flexible triangular element. The formulation is based on displacement interpolation of the transverse displacement of the midsurface and the rotations of the cross-sections, and the element is fully compatible. The basic principle is to use a so-called balanced...... interpolation so that the part of the shear strains that relates to the transverse displacement has the same polynomial variation as the part of the shear strains that relates to the rotations of the cross-section. This balanced interpolation in combination with complete polynomial interpolations prevents shear...... are virtually the same. The slightly incompatible formulation can be implemented directly into commercial codes....

  8. Numerical investigation on flow-induced vibration of a triangular cylinder at a low Reynolds number

    Energy Technology Data Exchange (ETDEWEB)

    Wang, Huakun; Zhao, Dongliang; Yang, Wenyu; Yu, Guoliang, E-mail: yugl@sjtu.edu.cn [State Key Laboratory of Ocean Engineering, School of Naval Architecture, Ocean and Civil Engineering, Shanghai Jiao Tong University, Shanghai, People’s Republic of China (China)

    2015-02-01

    Flow-induced vibration (FIV) of a triangular cylinder is numerically investigated at a Reynolds number of Re = 100. The four-step fractional finite element method is employed to solve the two-dimensional (2D) incompressible Navier–Stokes equations. The cylinder is endowed with a two-degree-of-freedom motion with the reduced mass ratio of M{sub r} = 2. Three typical flow incidence angles, α = 0°, 30° and 60°, are examined to identify the effect of incidence angle on the vibration characteristics of the cylinder. For each α, computations are conducted in a wide range of reduced velocities 2 U{sub r} ≤ 18. The numerical results show that at α = 0° and 30°, the responses of the cylinder are dominated by vortex-induced vibration which resembles that of a circular cylinder. At α = 0°, the peak amplitude of transverse vibration is the smallest among the three investigated α, and most of the cylinder motions exhibit a regular figure-eight trajectory. Some single-loop trajectories are observed at α = 30°, where the vibration frequency in the in-line direction is always identical to that in the transverse direction. At α = 60°, the triangular cylinder undergoes a typical transverse galloping with large amplitude and low frequency, and the vibration trajectories appear to be regular or irregular figure-eight patterns, which are strongly affected by the reduced velocity. (paper)

  9. Design of a pressure sensitive matrix for analyzing direct haptic patient-therapist interaction in motor rehabilitation after stroke

    Directory of Open Access Journals (Sweden)

    Pust Michael

    2017-03-01

    Full Text Available Robot based therapy is one of the prevalent therapeutic approaches in motor stroke rehabilitation. It is often used in hospitals in combination with conventional therapy. In order to optimize human-robot interaction, we aim to investigate how a therapist physically supports patients during motor training of the upper extremities. This paper presents the design of a flexible textile sensor matrix, which measures the pressure exerted between therapist and patient during direct haptic interaction as well as the hand position and orientation in space. The matrix contains 144 sensors which enables measuring pressure intensity and localization of areas where the pressure is applied. The measurement matrix was evaluated with four healthy participants.

  10. Suitable configurations for triangular formation flying about collinear libration points under the circular and elliptic restricted three-body problems

    Science.gov (United States)

    Ferrari, Fabio; Lavagna, Michèle

    2018-06-01

    The design of formations of spacecraft in a three-body environment represents one of the most promising challenges for future space missions. Two or more cooperating spacecraft can greatly answer some very complex mission goals, not achievable by a single spacecraft. The dynamical properties of a low acceleration environment such as the vicinity of libration points associated to a three-body system, can be effectively exploited to design spacecraft configurations able of satisfying tight relative position and velocity requirements. This work studies the evolution of an uncontrolled formation orbiting in the proximity of periodic orbits about collinear libration points under the Circular and Elliptic Restricted Three-Body Problems. A three spacecraft triangularly-shaped formation is assumed as a representative geometry to be investigated. The study identifies initial configurations that provide good performance in terms of formation keeping, and investigates key parameters that control the relative dynamics between the spacecraft within the three-body system. Formation keeping performance is quantified by monitoring shape and size changes of the triangular formation. The analysis has been performed under five degrees of freedom to define the geometry, the orientation and the location of the triangle in the synodic rotating frame.

  11. "Switching on" the properties of single-molecule magnetism in triangular manganese(III) complexes.

    Science.gov (United States)

    Stamatatos, Theocharis C; Foguet-Albiol, Dolos; Lee, Sheng-Chiang; Stoumpos, Constantinos C; Raptopoulou, Catherine P; Terzis, Aris; Wernsdorfer, Wolfgang; Hill, Stephen O; Perlepes, Spyros P; Christou, George

    2007-08-01

    The reaction between oxide-centered, triangular [MnIII3O(O2CR)6(py)3](ClO4) (R = Me (1), Et (2), Ph (3)) compounds and methyl 2-pyridyl ketone oxime (mpkoH) affords a new family of Mn/carboxylato/oximato complexes, [MnIII3O(O2CR)3(mpko)3](ClO4) [R = Me (4), Et (5), and Ph (6)]. As in 1-3, the cations of 4-6 contain an [MnIII3(mu3-O)]7+ triangular core, but with each Mn2 edge now bridged by an eta1:eta1:mu-RCO2- and an eta1:eta1:eta1:mu-mpko- group. The tridentate binding mode of the latter causes a buckling of the formerly planar [MnIII3(mu3-O)]7+ core, resulting in a relative twisting of the three MnIII octahedra and the central O2- ion now lying approximately 0.3 A above the Mn3 plane. This structural distortion leads to ferromagnetic exchange interactions within the molecule and a resulting S = 6 ground state. Fits of dc magnetization data for 4-6 collected in the 1.8-10.0 K and 10-70 kG ranges confirmed S = 6 ground states, and gave the following D and g values: -0.34 cm(-1) and 1.92 for 4, -0.34 cm(-1) and 1.93 for 5, and -0.35 cm(-1) and 1.99 for 6, where D is the axial zero-field splitting (anisotropy) parameter. Complexes 4-6 all exhibit frequency-dependent out-of-phase (chi" M) ac susceptibility signals suggesting them possibly to be single-molecule magnets (SMMs). Relaxation rate vs T data for complex 4 down to 1.8 K obtained from the chi" M vs T studies were supplemented with rate vs T data measured to 0.04 K via magnetization vs time decay studies, and these were used to construct Arrhenius plots from which was obtained the effective barrier to relaxation (Ueff) of 10.9 K. Magnetization vs dc field sweeps on single-crystals of 4.3CH2Cl2 displayed hysteresis loops exhibiting steps due to quantum tunneling of magnetization (QTM). The loops were essentially temperature-independent below approximately 0.3 K, indicating only ground-state QTM between the lowest-lying Ms = +/-6 levels. Complexes 4-6 are thus confirmed as the first triangular SMMs. High

  12. Energy spectrums of bilayer triangular phosphorene quantum dots and antidots

    Directory of Open Access Journals (Sweden)

    Z. T. Jiang

    2017-04-01

    Full Text Available We theoretically investigate the confined states of the bilayer triangular phosphorene dots and antidots by means of the tight-binding approach. The dependence of the energy levels on the size, the type of the boundary edges, and the orientation of the dots and antidots, and the influences of the electric and magnetic fields on the energy levels, are all completely analyzed. It is found that the energy level numbers of the bilayer dots and antidots are determined by the energy levels in two layers. The external electric field can effectively tune the energy levels of the edge states in both layers to move in opposite directions. With the increase of the magnetic field, the magnetic energy levels can approach the Landau levels of the phosphorene monolayer, the phosphorene bilayer, or both, depending on the specific geometry of the monolayer-bilayer hybrid phosphorene quantum dots. This research should be helpful for the overall understanding of the electronic properties of the multilayer hybrid phosphorene nanostructures and designing the corresponding phosphorene devices.

  13. Measurement and analysis of flow wall shear stress in an interior subchannel of triangular array rods

    International Nuclear Information System (INIS)

    Fakori-Monazah, M.R.; Todreas, N.E.

    1977-08-01

    A simulated model of triangular array rods with pitch to diameter ratio of 1.10 (as a test section) and air as the fluid flow was used to study the LMFBR hydraulic parameters. The wall shear stress distribution around the rod periphery, friction factors, static pressure distributions and turbulence intensity corresponding to various Reynolds numbers ranging from 4140 to 36170 in the central subchannel were measured. Various approaches for measurement of wall shear stress were compared. The measurement was performed using the Preston tube technique with the probe outside diameter equal to 0.014 in

  14. CHF-KFK-3: A critical heat flux correlation for triangular arrays of rods with tight lattices

    International Nuclear Information System (INIS)

    Dalle Donne, M.

    1991-02-01

    High converting PWR's (HCPWR or APWR) are based on fuel elements with rods placed in a tight lattice triangular array. The CHF correlation development previously at KfK for such geometry (CHF-KFK-2 correlation) has been tested against recently performed experiments. The comparison with the Siemens-KWU experiments with rod clusters with spacer grid and six integral spiral ribs supports has allowed to improve and extended the previous correlation. A new correlation, called CHF-KFK-3, which accounts for these improvements, is presented in the paper. (orig.) [de

  15. Phase diagram and topological phases in the triangular lattice Kitaev-Hubbard model

    Science.gov (United States)

    Li, Kai; Yu, Shun-Li; Gu, Zhao-Long; Li, Jian-Xin

    2016-09-01

    We study the half-filled Hubbard model on a triangular lattice with spin-dependent Kitaev-like hopping. Using the variational cluster approach, we identify five phases: a metallic phase, a non-coplanar chiral magnetic order, a 120° magnetic order, a nonmagnetic insulator (NMI), and an interacting Chern insulator (CI) with a nonzero Chern number. The transition from CI to NMI is characterized by the change of the charge gap from an indirect band gap to a direct Mott gap. Based on the slave-rotor mean-field theory, the NMI phase is further suggested to be a gapless Mott insulator with a spinon Fermi surface or a fractionalized CI with nontrivial spinon topology, depending on the strength of the Kitaev-like hopping. Our work highlights the rising field in which interesting phases emerge from the interplay between band topology and Mott physics.

  16. [Kinematics of the triangular fibrocartilage complex during forearm rotation in vivo].

    Science.gov (United States)

    Xu, Jing; Tang, Jin-bo; Jia, Zhong-zheng; Xie, Ren-guo

    2009-11-01

    To investigate three-dimensional kinematics of the superficial and deep portion of triangular fibrocartilage complex (TFCC) in different parts of the forearm rotation. Six wrists of 6 volunteers were used to obtain CT scans at different positions of the wrist. The wrists were scanned from 90 degrees of pronation to 90 degrees of supination at an interval of 30 degrees. The 3-dimensional radius and ulna were reconstructed with customized software and changes in length of the superficial and deep portion of TFCC during forearm rotation. In forearm pronation, the superficial dorsal portion and the deep palmar portion of the TFCC were tight. While the superficial palmar portion and the deep dorsal potion of the TFCC were lax. In supination, the changes in length of all these fibers were reverse. In forearm rotation one portion fibers of dorsal TFCC and one portion fibers of palmar TFCC are tight, and this mechanism controls stability during DRUJ rotation.

  17. The Enigmatic Mushtikas and the Associated Triangular Terracotta Cakes: Some Observations

    Directory of Open Access Journals (Sweden)

    J. Manuel

    2010-12-01

    Full Text Available For over four decades, now, mushtikas and its common associate, the triangular terracotta cakes have been believed to be part of ‘fire altars’. This is, in spite of the fact that, either or both of these have been found from hearths, ovens, kilns, as flooring material, on walls, in passages, streets, bathrooms and therefore obviously near commodes. Further, the great variety of central stele and construction material, size and shape, materials found within ‘fire altars’ suggest that, all the above were devoid of religious symbolism and used to achieve domestic or industrial objectives. The cakes being primarily associated with run of the mill economic activities ended up in diverse and defiling contexts. However, like many cultures across time and space Harappans may also have used the medium of fire for offering sacrifices. Therefore the existence of ‘fire altars’ is not denied as such, but these then should not have the ubiquitous cakes, at the least.

  18. MRI findings in bucket-handle tears of the triangular fibrocartilage complex

    International Nuclear Information System (INIS)

    Jose, Jean; Arizpe, Azael; Chen, David; Barrera, Carlos M.; Ezuddin, Nisreen Shabbir

    2018-01-01

    The triangular fibrocartilage complex (TFCC) is an intricate ligamentous and cartilaginous structure that helps transmit axial load across the wrist, and provide stability to the ulnocarpal and distal radioulnar joints (DRUJ). Because the blood supply to the TFCC varies depending on location, certain types of tears are more amenable to surgical repair than others. Since Palmer proposed his classification system of TFCC tears in 1989, only 1 case of a ''bucket-handle'' type tear has been reported. In this article, we describe two new cases of bucket-handle tears of the TFCC. In both cases, the torn fragment was displaced into a previously undescribed location (intra-articular DRUJ and prestyloid recess). Because this type of injury pattern has not been previously well characterized in the literature and such cases rarely reported, MRI findings have not been fully described and its implications on clinical management have largely yet to be determined. (orig.)

  19. MRI findings in bucket-handle tears of the triangular fibrocartilage complex

    Energy Technology Data Exchange (ETDEWEB)

    Jose, Jean [University of Miami Miller School of Medicine, Department of Radiology, Jackson Memorial Hospital, Miami, FL (United States); University of Miami Miller School of Medicine, Department of Orthopedic Surgery, Uhealth Sports Medicine Institute, Miami, FL (United States); Arizpe, Azael; Chen, David [University of Miami Miller School of Medicine, Department of Orthopedic Surgery, Jackson Memorial Hospital, Miami, FL (United States); Barrera, Carlos M.; Ezuddin, Nisreen Shabbir [University of Miami, Miller School of Medicine, Coral Gables, FL (United States)

    2018-03-15

    The triangular fibrocartilage complex (TFCC) is an intricate ligamentous and cartilaginous structure that helps transmit axial load across the wrist, and provide stability to the ulnocarpal and distal radioulnar joints (DRUJ). Because the blood supply to the TFCC varies depending on location, certain types of tears are more amenable to surgical repair than others. Since Palmer proposed his classification system of TFCC tears in 1989, only 1 case of a ''bucket-handle'' type tear has been reported. In this article, we describe two new cases of bucket-handle tears of the TFCC. In both cases, the torn fragment was displaced into a previously undescribed location (intra-articular DRUJ and prestyloid recess). Because this type of injury pattern has not been previously well characterized in the literature and such cases rarely reported, MRI findings have not been fully described and its implications on clinical management have largely yet to be determined. (orig.)

  20. Sustainable Complex Triangular Cells for the Evaluation of CO2 Emissions by Individuals instead of Nations in a Scenario for 2030

    Directory of Open Access Journals (Sweden)

    Marcelo Sthel

    2013-05-01

    Full Text Available The concept of sustainable complex triangular cells may be applied to an individual of any human society. This concept was introduced in two recent articles. A case study was proposed to show the applicability of this new concept to Indian populations without contact with civilization and with a low environmental impact. Here we propose to apply this concept to a recent study, which claims that the concept of “common but differentiated responsibilities” refers to the emissions of individuals instead of nations. The income distribution of a country was used to estimate how its fossil fuel CO2 emissions are distributed among its citizens and, from that a global CO2 distribution was constructed. We propose the extension of the concept of complex triangular cells where its area would be equivalent to the CO2 emission per individual. In addition, a new three-dimensional geometric model for the regular hexagonal structure is offered in which the sharing of natural resources (human cooperation is employed to reduce CO2 emissions in two scenarios by 2030.

  1. Regulation of extracellular matrix vesicles via rapid responses to steroid hormones during endochondral bone formation.

    Science.gov (United States)

    Asmussen, Niels; Lin, Zhao; McClure, Michael J; Schwartz, Zvi; Boyan, Barbara D

    2017-12-09

    Endochondral bone formation is a precise and highly ordered process whose exact regulatory framework is still being elucidated. Multiple regulatory pathways are known to be involved. In some cases, regulation impacts gene expression, resulting in changes in chondrocyte phenotypic expression and extracellular matrix synthesis. Rapid regulatory mechanisms are also involved, resulting in release of enzymes, factors and micro RNAs stored in extracellular matrisomes called matrix vesicles. Vitamin D metabolites modulate endochondral development via both genomic and rapid membrane-associated signaling pathways. 1α,25-dihydroxyvitamin D3 [1α,25(OH) 2 D 3 ] acts through the vitamin D receptor (VDR) and a membrane associated receptor, protein disulfide isomerase A3 (PDIA3). 24R,25-dihydroxyvitamin D3 [24R,25(OH) 2 D 3 ] affects primarily chondrocytes in the resting zone (RC) of the growth plate, whereas 1α,25(OH) 2 D 3 affects cells in the prehypertrophic and upper hypertrophic cell zones (GC). This includes genomically directing the cells to produce matrix vesicles with zone specific characteristics. In addition, vitamin D metabolites produced by the cells interact directly with the matrix vesicle membrane via rapid signal transduction pathways, modulating their activity in the matrix. The matrix vesicle payload is able to rapidly impact the extracellular matrix via matrix processing enzymes as well as providing a feedback mechanism to the cells themselves via the contained micro RNAs. Copyright © 2017. Published by Elsevier Inc.

  2. Transmission probability method for solving neutron transport equation in three-dimensional triangular-z geometry

    Energy Technology Data Exchange (ETDEWEB)

    Liu Guoming [Department of Nuclear Engineering, Xi' an Jiaotong University, Xi' an, Shaanxi 710049 (China)], E-mail: gmliusy@gmail.com; Wu Hongchun; Cao Liangzhi [Department of Nuclear Engineering, Xi' an Jiaotong University, Xi' an, Shaanxi 710049 (China)

    2008-09-15

    This paper presents a transmission probability method (TPM) to solve the neutron transport equation in three-dimensional triangular-z geometry. The source within the mesh is assumed to be spatially uniform and isotropic. At the mesh surface, the constant and the simplified P{sub 1} approximation are invoked for the anisotropic angular flux distribution. Based on this model, a code TPMTDT is encoded. It was verified by three 3D Takeda benchmark problems, in which the first two problems are in XYZ geometry and the last one is in hexagonal-z geometry, and an unstructured geometry problem. The results of the present method agree well with those of Monte-Carlo calculation method and Spherical Harmonics (P{sub N}) method.

  3. A novel approach for enhancing green supply chain management using converged interval-valued triangular fuzzy numbers-grey relation analysis

    OpenAIRE

    Tseng, Ming-Lang; Lim, Ming; Wu, Kuo-Jui; Zhou, Li

    2017-01-01

    The existing literatures are lacking on the cost and benefit concerns, screening the measures and convergence of interval-valued triangular fuzzy numbers-grey relation analysis (IVTFN-GRA) weight together. Nonetheless, Green supply chain management is always suffering the linguistic preferences and system incomplete information in evaluation process to enhance the performance. Yet, those previous studies are merely based on un-converged weight results. Hence, this study proposed a hybrid meth...

  4. An extended GS method for dense linear systems

    Science.gov (United States)

    Niki, Hiroshi; Kohno, Toshiyuki; Abe, Kuniyoshi

    2009-09-01

    Davey and Rosindale [K. Davey, I. Rosindale, An iterative solution scheme for systems of boundary element equations, Internat. J. Numer. Methods Engrg. 37 (1994) 1399-1411] derived the GSOR method, which uses an upper triangular matrix [Omega] in order to solve dense linear systems. By applying functional analysis, the authors presented an expression for the optimum [Omega]. Moreover, Davey and Bounds [K. Davey, S. Bounds, A generalized SOR method for dense linear systems of boundary element equations, SIAM J. Comput. 19 (1998) 953-967] also introduced further interesting results. In this note, we employ a matrix analysis approach to investigate these schemes, and derive theorems that compare these schemes with existing preconditioners for dense linear systems. We show that the convergence rate of the Gauss-Seidel method with preconditioner PG is superior to that of the GSOR method. Moreover, we define some splittings associated with the iterative schemes. Some numerical examples are reported to confirm the theoretical analysis. We show that the EGS method with preconditioner produces an extremely small spectral radius in comparison with the other schemes considered.

  5. A Robust Computational Technique for Model Order Reduction of Two-Time-Scale Discrete Systems via Genetic Algorithms

    Directory of Open Access Journals (Sweden)

    Othman M. K. Alsmadi

    2015-01-01

    Full Text Available A robust computational technique for model order reduction (MOR of multi-time-scale discrete systems (single input single output (SISO and multi-input multioutput (MIMO is presented in this paper. This work is motivated by the singular perturbation of multi-time-scale systems where some specific dynamics may not have significant influence on the overall system behavior. The new approach is proposed using genetic algorithms (GA with the advantage of obtaining a reduced order model, maintaining the exact dominant dynamics in the reduced order, and minimizing the steady state error. The reduction process is performed by obtaining an upper triangular transformed matrix of the system state matrix defined in state space representation along with the elements of B, C, and D matrices. The GA computational procedure is based on maximizing the fitness function corresponding to the response deviation between the full and reduced order models. The proposed computational intelligence MOR method is compared to recently published work on MOR techniques where simulation results show the potential and advantages of the new approach.

  6. MDCT of retractor-related hepatic injury following laparoscopic surgery: Appearances, incidence, and follow-up

    International Nuclear Information System (INIS)

    Orr, K.E.; Williams, M.P.

    2014-01-01

    Aims: To investigate the postoperative computed tomography (CT) features resulting from the use of Nathanson retractors during laparoscopic upper gastro-intestinal surgery. Materials and methods: A 3-year retrospective study of 176 patients who had undergone laparoscopic upper gastro-intestinal surgery for bariatric or malignant disease was performed. Postoperative CT images [divided into early (≤30 days) and late (>30 days)] were assessed by a consultant radiologist and liver abnormalities recorded. Results: The features of a retractor injury were a hypodense lesion, abutting the liver edge, usually triangular or linear in shape. Late postoperative features included focal subcapsular retraction and associated liver atrophy. Sixty-eight percent (52/77) of patients undergoing surgery for malignancy underwent postoperative CT, compared with 11% (11/99) of those undergoing bariatric surgery. Patients with malignancy were more likely to have retraction-related liver abnormalities (14/52, 27%) at postoperative CT than those in the bariatric group (2/11, 18%). Conclusion: Retractor-related liver injuries at MDCT are common following laparoscopic upper gastro-intestinal surgery. Recognition of the characteristic triad of features, a hypodense lesion abutting the liver edge with a triangular or linear shape, should allow confident diagnosis. CT follow-up reveals that over time these lesions may disappear, remain unchanged, or result in a focal subcapsular scar with associated atrophy. - Highlights: • Large numbers of patients undergo post-op CT after upper GI laparoscopic surgery. • Retractor injuries are common in the 30 days after laparoscopic upper GI surgery. • Characteristic features are hypodense, triangular/linear lesions at the liver edge

  7. The role of imaging in diagnosing diseases of the distal radioulnar joint, triangular fibrocartilage complex, and distal ulna.

    Science.gov (United States)

    Squires, Judy H; England, Eric; Mehta, Kaushal; Wissman, Robert D

    2014-07-01

    The purpose of this article is to review the anatomy, biomechanics, and multimodality imaging findings of common and uncommon distal radioulnar joint (DRUJ), triangular fibrocartilage complex, and distal ulna abnormalities. The DRUJ is a common site for acute and chronic injuries and is frequently imaged to evaluate chronic wrist pain, forearm dysfunction, and traumatic forearm injury. Given the complex anatomy of the wrist, the radiologist plays a vital role in the diagnosis of wrist pain and dysfunction.

  8. Study of electron-related intersubband optical properties in three coupled quantum wells wires with triangular transversal section

    Science.gov (United States)

    Tiutiunnyk, A.; Tulupenko, V.; Akimov, V.; Demediuk, R.; Morales, A. L.; Mora-Ramos, M. E.; Radu, A.; Duque, C. A.

    2015-11-01

    This work concerns theoretical study of confined electrons in a low-dimensional structure consisting of three coupled triangular GaAs/AlxGa1-xAs quantum wires. Calculations have been made in the effective mass and parabolic band approximations. In the calculations a diagonalization method to find the eigenfunctions and eigenvalues of the Hamiltonian was used. A comparative analysis of linear and nonlinear optical absorption coefficients and the relative change in the refractive index was made, which is tied to the intersubband electron transitions.

  9. Consolidation effects on tensile properties of an elemental Al matrix composite

    Energy Technology Data Exchange (ETDEWEB)

    Tang, F. [Building 4515, MS 6064, Metals and Ceramics Division, Oak Ridge National Lab, Oak Ridge, TN 37831 (United States)]. E-mail: tangf@ornl.gov; Meeks, H. [Ceracon Inc., 5150 Fairoaks Blvd. 01-330, Carmichael, CA 95628 (United States); Spowart, J.E. [UES Incorporated, AFRL/MLLM Building 655, 2230 Tenth St. Suite 1, Wright-Patterson AFB, OH 45433 (United States); Gnaeupel-Herold, T. [NIST Center for Neutron Research, 100 Bureau Dr. Stop 8562, Gaithersburg, MD 20899-8562 (United States); Prask, H. [NIST Center for Neutron Research, 100 Bureau Dr. Stop 8562, Gaithersburg, MD 20899-8562 (United States); Anderson, I.E. [Materials and Engineering Physics Program, Ames Laboratory, Iowa State University, Ames, IA 50011 (United States)

    2004-11-25

    In a simplified composite design, an unalloyed Al matrix was reinforced by spherical Al-Cu-Fe alloy particles (30 vol.%), using either commercial purity (99.7%) or high purity (99.99%) fine powders (diameter < 10 {mu}m). This composite material was consolidated by either vacuum hot pressing (VHP) or quasi-isostatic forging. The spatial distribution of reinforcement particles in both VHP and forged samples was shown to be almost the same by quantitative characterization with a multi-scale area fraction analysis technique. The tensile properties of all composite samples were tested and the forged materials showed significantly higher strength, while the elastic modulus values of all composite materials were close to the upper bound of theoretical predictions. Neutron diffraction measurements showed that there were high compressive residual stresses in the Al matrix of the forged samples and relatively low Al matrix residual stresses (predominantly compressive) in the VHP samples. By tensile tests and neutron diffraction measurements of the forged samples after annealing, it was shown that the high compressive residual stresses in the Al matrix were relieved and that tensile strength was also reduced to almost the same level as that of the VHP samples. Therefore, it was deduced that increased compressive residual stresses and enhanced dislocation densities in the forged composites raised the tensile strength to higher values than those of the VHP composites.

  10. Matrix product operators, matrix product states, and ab initio density matrix renormalization group algorithms

    Science.gov (United States)

    Chan, Garnet Kin-Lic; Keselman, Anna; Nakatani, Naoki; Li, Zhendong; White, Steven R.

    2016-07-01

    Current descriptions of the ab initio density matrix renormalization group (DMRG) algorithm use two superficially different languages: an older language of the renormalization group and renormalized operators, and a more recent language of matrix product states and matrix product operators. The same algorithm can appear dramatically different when written in the two different vocabularies. In this work, we carefully describe the translation between the two languages in several contexts. First, we describe how to efficiently implement the ab initio DMRG sweep using a matrix product operator based code, and the equivalence to the original renormalized operator implementation. Next we describe how to implement the general matrix product operator/matrix product state algebra within a pure renormalized operator-based DMRG code. Finally, we discuss two improvements of the ab initio DMRG sweep algorithm motivated by matrix product operator language: Hamiltonian compression, and a sum over operators representation that allows for perfect computational parallelism. The connections and correspondences described here serve to link the future developments with the past and are important in the efficient implementation of continuing advances in ab initio DMRG and related algorithms.

  11. Controlled synthesis of triangular and hexagonal Ni nanosheets and their size-dependent properties

    International Nuclear Information System (INIS)

    Leng Yonghua; Wang Yuntao; Li Xingguo; Liu Tong; Takahashhi, Seiki

    2006-01-01

    A solution phase method has been used to synthesize triangular and hexagonal Ni nanosheets with different edge lengths by controlling the reaction kinetics. This procedure is realized by introducing Fe(CO) 5 into the reaction system to slow the formation rate of Ni(0). The introduced Fe(CO) 5 exists as Fe(III) ions in the solution, which could oxidize Ni(0) back to Ni(II). By controlling the nucleation density, the sheet edge lengths could be changed from 19 nm to several hundreds of nanometres. The Ni nanosheets exhibit the transition from superparamagnetism to ferromagnetism with increasing sheet edge lengths. Their blocking temperature decreases with applied field and increasing sheet edge lengths. The Ni nanosheets also exhibit a surface plasmon resonance (SPR) feature, which is quite different from that of the Ni nanoparticles

  12. An Analytical Analysis of Hydraulic Jump in Triangular Channel: A Proposed Model

    Science.gov (United States)

    Khan, S. A.

    2013-05-01

    The paper presents the theoretical study of hydraulic jump in triangular channel section. Presuming the jump as one dimensional free shear layer with hydrostatic pressure distribution across it and using momentum equation, specific force equation is obtained. Using the specific force equation and eddy viscosity equation, analytical models for sequent depth, dimensionless profile, turbulent shear stress distribution and energy loss for various initial Froude numbers have been obtained. The proposed models for sequent depth and energy loss are also compared with the other developed models. The proposed energy loss model also provides the energy loss at any point along the jump, while this provision is not available in the models of other investigators. Newton-Raphson and Runge-Kutta methods are used for the solution of the proposed model. The outcome of this study can be used in the design of stilling basin floor and side walls on permeable foundations.

  13. Measurement of the CKM matrix element |V_ts|²

    CERN Document Server

    Unverdorben, Christopher Gerhard

    This is the first direct measurement of the CKM matrix element |V_ts|, using data collected by the ATLAS detector in 2012 at √s=8 TeV pp-collisions with a total integrated luminosity of 20.3 fb⁻¹. The analysis is based on 112171 reconstructed tt̅ candidate events in the lepton+jets channel, having a purity of 90.0 %. 183 tt̅→WWbs̅ decays are expected (charge conjugation implied), which are available for the extraction of the CKM matrix element |V_ts|². To identify these rare decays, several observables are examined, such as the properties of jets, tracks and of b-quark identification algorithms. Furthermore, the s-quark hadrons K0s are considered, reconstructed by a kinematic fit. The best observables are combined in a multivariate analysis, called "boosted decision trees". The responses from Monte Carlo simulations are used as templates for a fit to data events yielding a significance value of 0.7σ for t→s+W decays. An upper limit of |V_ts|² < 1.74 % at 95 % confidence level is set, includi...

  14. A Green's function method for two-dimensional reactive solute transport in a parallel fracture-matrix system

    Science.gov (United States)

    Chen, Kewei; Zhan, Hongbin

    2018-06-01

    The reactive solute transport in a single fracture bounded by upper and lower matrixes is a classical problem that captures the dominant factors affecting transport behavior beyond pore scale. A parallel fracture-matrix system which considers the interaction among multiple paralleled fractures is an extension to a single fracture-matrix system. The existing analytical or semi-analytical solution for solute transport in a parallel fracture-matrix simplifies the problem to various degrees, such as neglecting the transverse dispersion in the fracture and/or the longitudinal diffusion in the matrix. The difficulty of solving the full two-dimensional (2-D) problem lies in the calculation of the mass exchange between the fracture and matrix. In this study, we propose an innovative Green's function approach to address the 2-D reactive solute transport in a parallel fracture-matrix system. The flux at the interface is calculated numerically. It is found that the transverse dispersion in the fracture can be safely neglected due to the small scale of fracture aperture. However, neglecting the longitudinal matrix diffusion would overestimate the concentration profile near the solute entrance face and underestimate the concentration profile at the far side. The error caused by neglecting the longitudinal matrix diffusion decreases with increasing Peclet number. The longitudinal matrix diffusion does not have obvious influence on the concentration profile in long-term. The developed model is applied to a non-aqueous-phase-liquid (DNAPL) contamination field case in New Haven Arkose of Connecticut in USA to estimate the Trichloroethylene (TCE) behavior over 40 years. The ratio of TCE mass stored in the matrix and the injected TCE mass increases above 90% in less than 10 years.

  15. Gradual conversion of cellular stress patterns into pre-stressed matrix architecture during in vitro tissue growth.

    Science.gov (United States)

    Bidan, Cécile M; Kollmannsberger, Philip; Gering, Vanessa; Ehrig, Sebastian; Joly, Pascal; Petersen, Ansgar; Vogel, Viola; Fratzl, Peter; Dunlop, John W C

    2016-05-01

    The complex arrangement of the extracellular matrix (ECM) produced by cells during tissue growth, healing and remodelling is fundamental to tissue function. In connective tissues, it is still unclear how both cells and the ECM become and remain organized over length scales much larger than the distance between neighbouring cells. While cytoskeletal forces are essential for assembly and organization of the early ECM, how these processes lead to a highly organized ECM in tissues such as osteoid is not clear. To clarify the role of cellular tension for the development of these ordered fibril architectures, we used an in vitro model system, where pre-osteoblastic cells produced ECM-rich tissue inside channels with millimetre-sized triangular cross sections in ceramic scaffolds. Our results suggest a mechanical handshake between actively contracting cells and ECM fibrils: the build-up of a long-range organization of cells and the ECM enables a gradual conversion of cell-generated tension to pre-straining the ECM fibrils, which reduces the work cells have to generate to keep mature tissue under tension. © 2016 The Author(s).

  16. Spin-Label CW Microwave Power Saturation and Rapid Passage with Triangular Non-Adiabatic Rapid Sweep (NARS) and Adiabatic Rapid Passage (ARP) EPR Spectroscopy

    Science.gov (United States)

    Kittell, Aaron W.; Hyde, James S.

    2015-01-01

    Non-adiabatic rapid passage (NARS) electron paramagnetic resonance (EPR) spectroscopy was introduced by Kittell, A.W., Camenisch, T.G., Ratke, J.J. Sidabras, J.W., Hyde, J.S., 2011 as a general purpose technique to collect the pure absorption response. The technique has been used to improve sensitivity relative to sinusoidal magnetic field modulation, increase the range of inter-spin distances that can be measured under near physiological conditions, and enhance spectral resolution in copper (II) spectra. In the present work, the method is extended to CW microwave power saturation of spin-labeled T4 Lysozyme (T4L). As in the cited papers, rapid triangular sweep of the polarizing magnetic field was superimposed on slow sweep across the spectrum. Adiabatic rapid passage (ARP) effects were encountered in samples undergoing very slow rotational diffusion as the triangular magnetic field sweep rate was increased. The paper reports results of variation of experimental parameters at the interface of adiabatic and non-adiabatic rapid sweep conditions. Comparison of the forward (up) and reverse (down) triangular sweeps is shown to be a good indicator of the presence of rapid passage effects. Spectral turning points can be distinguished from spectral regions between turning points in two ways: differential microwave power saturation and differential passage effects. Oxygen accessibility data are shown under NARS conditions that appear similar to conventional field modulation data. However, the sensitivity is much higher, permitting, in principle, experiments at substantially lower protein concentrations. Spectral displays were obtained that appear sensitive to rotational diffusion in the range of rotational correlation times of 10−3 to 10−7 s in a manner that is analogous to saturation transfer spectroscopy. PMID:25917132

  17. Multi-domain electromagnetic absorption of triangular quantum rings.

    Science.gov (United States)

    Sitek, Anna; Thorgilsson, Gunnar; Gudmundsson, Vidar; Manolescu, Andrei

    2016-06-03

    We present a theoretical study of the unielectronic energy spectra, electron localization, and optical absorption of triangular core-shell quantum rings. We show how these properties depend on geometric details of the triangle, such as side thickness or corners' symmetry. For equilateral triangles, the lowest six energy states (including spin) are grouped in an energy shell, are localized only around corner areas, and are separated by a large energy gap from the states with higher energy which are localized on the sides of the triangle. The energy levels strongly depend on the aspect ratio of the triangle sides, i.e., thickness/length ratio, in such a way that the energy differences are not monotonous functions of this ratio. In particular, the energy gap between the group of states localized in corners and the states localized on the sides strongly decreases with increasing the side thickness, and then slightly increases for thicker samples. With increasing the thickness the low-energy shell remains distinct but the spatial distribution of these states spreads. The behavior of the energy levels and localization leads to a thickness-dependent absorption spectrum where one transition may be tuned in the THz domain and a second transition can be tuned from THz to the infrared range of electromagnetic spectrum. We show how these features may be further controlled with an external magnetic field. In this work the electron-electron Coulomb repulsion is neglected.

  18. Multi-domain electromagnetic absorption of triangular quantum rings

    Science.gov (United States)

    Sitek, Anna; Thorgilsson, Gunnar; Gudmundsson, Vidar; Manolescu, Andrei

    2016-06-01

    We present a theoretical study of the unielectronic energy spectra, electron localization, and optical absorption of triangular core-shell quantum rings. We show how these properties depend on geometric details of the triangle, such as side thickness or corners’ symmetry. For equilateral triangles, the lowest six energy states (including spin) are grouped in an energy shell, are localized only around corner areas, and are separated by a large energy gap from the states with higher energy which are localized on the sides of the triangle. The energy levels strongly depend on the aspect ratio of the triangle sides, i.e., thickness/length ratio, in such a way that the energy differences are not monotonous functions of this ratio. In particular, the energy gap between the group of states localized in corners and the states localized on the sides strongly decreases with increasing the side thickness, and then slightly increases for thicker samples. With increasing the thickness the low-energy shell remains distinct but the spatial distribution of these states spreads. The behavior of the energy levels and localization leads to a thickness-dependent absorption spectrum where one transition may be tuned in the THz domain and a second transition can be tuned from THz to the infrared range of electromagnetic spectrum. We show how these features may be further controlled with an external magnetic field. In this work the electron-electron Coulomb repulsion is neglected.

  19. Electronic structure and optical properties of triangular GaAs/AlGaAs quantum dots: Exciton and impurity states

    International Nuclear Information System (INIS)

    Tiutiunnyk, A.; Akimov, V.; Tulupenko, V.; Mora-Ramos, M.E.; Kasapoglu, E.; Ungan, F.; Sökmen, I.

    2016-01-01

    Electronic structure and optical properties in equilateral triangular GaAs/Al_0_._3Ga_0_._7As quantum dots are studied extensively. The effects of donor and acceptor impurity atoms positioned in the orthocenter of the triangle, as well as of the external DC electric field are taken into account. Binding energies of the impurity, exciton energies, interband photoluminescence peak positions as well as linear and non-linear optical properties in THz range caused by transitions between excitonic states are calculated and discussed.

  20. Dynamical mean field study of the Mott transition in the half-filled Hubbard model on a triangular lattice

    OpenAIRE

    Aryanpour, K.; Pickett, W. E.; Scalettar, R. T.

    2006-01-01

    We employ dynamical mean field theory (DMFT) with a Quantum Monte Carlo (QMC) atomic solver to investigate the finite temperature Mott transition in the Hubbard model with the nearest neighbor hopping on a triangular lattice at half-filling. We estimate the value of the critical interaction to be $U_c=12.0 \\pm 0.5$ in units of the hopping amplitude $t$ through the evolution of the magnetic moment, spectral function, internal energy and specific heat as the interaction $U$ and temperature $T$ ...

  1. Numerical Solution of the Electron Transport Equation in the Upper Atmosphere

    Energy Technology Data Exchange (ETDEWEB)

    Woods, Mark Christopher [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Holmes, Mark [Rensselaer Polytechnic Inst., Troy, NY (United States); Sailor, William C [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2017-07-01

    A new approach for solving the electron transport equation in the upper atmosphere is derived. The problem is a very stiff boundary value problem, and to obtain an accurate numerical solution, matrix factorizations are used to decouple the fast and slow modes. A stable finite difference method is applied to each mode. This solver is applied to a simplifieed problem for which an exact solution exists using various versions of the boundary conditions that might arise in a natural auroral display. The numerical and exact solutions are found to agree with each other to at least two significant digits.

  2. SFM-FDTD analysis of triangular-lattice AAA structure: Parametric study of the TEM mode

    Science.gov (United States)

    Hamidi, M.; Chemrouk, C.; Belkhir, A.; Kebci, Z.; Ndao, A.; Lamrous, O.; Baida, F. I.

    2014-05-01

    This theoretical work reports a parametric study of enhanced transmission through annular aperture array (AAA) structure arranged in a triangular lattice. The effect of the incidence angle in addition to the inner and outer radii values on the evolution of the transmission spectra is carried out. To this end, a 3D Finite-Difference Time-Domain code based on the Split Field Method (SFM) is used to calculate the spectral response of the structure for any angle of incidence. In order to work through an orthogonal unit cell which presents the advantage to reduce time and space of computation, special periodic boundary conditions are implemented. This study provides a new modeling of AAA structures useful for producing tunable ultra-compact devices.

  3. Circular Cationic Compounds B3Rgn+ of Triangular Ion B3 Trapping Rare Gases

    Institute of Scientific and Technical Information of China (English)

    ZHANG Ruiwen; LI Anyong; LI Zhuozhe

    2017-01-01

    The circular cationic compounds B3Rgn+(n=1-3,Rg=He-Rn) formed by the electron-deficient aromatic ion B3+ trapping rare gases were studied theoretically.The formed B-Rg bond has large bonding energy in the range of 60--209 kJ/mol,its length is close to the stun of covalent radii of B and Rg,for Ar-Rn.The analyses based on the natural bond orbitals and electron density topology show that the B-Rg bonds for Ar-Rn have strong covalent character.The geometric structures,binding energy,bond nature and thermodynamic stability of the boron-rare gas compounds show that these species for Ar-Rn may be experimentally available.Several different theoretical studies have demonstrated that these triangular cations are aromatic.

  4. Homocomposites of chopped fluorinated polyethylene fiber with low-density polyethylene matrix

    International Nuclear Information System (INIS)

    Maity, J.; Jacob, C.; Das, C.K.; Alam, S.; Singh, R.P.

    2008-01-01

    Conventional composites are generally prepared by adding reinforcing agent to a matrix and the matrix wherein the reinforcing agents are different in chemical composition with the later having superior mechanical properties. This work presents the preparation and properties of homocomposites consisting of a low-density polyethylene (LDPE) matrix and an ultra high molecular weight polyethylene (UHMWPE) fiber reinforcing phase. Direct fluorination is an important surface modification process by which only a thin upper layer is modified, the bulk properties of the polymer remaining unchanged. In this work, surface fluorination of UHMWPE fiber was done and then fiber characterization was performed. It was observed that after fluorination the fiber surface became rough. Composites were then prepared using both fluorinated and non-fluorinated polyethylene fiber with a low-density polyethylene (LDPE) matrix to prepare single polymer composites. It was found that the thermal stability and mechanical properties were improved for fluorinated fiber composites. X-ray diffraction (XRD) analysis showed that the crystallinity of the composites increased and it is maximum for fluorinated fiber composites. Tensile strength (TS) and modulus also increased while elongation at break (EB) decreased for fiber composites and was a maximum for fluorinated fiber composites. Scanning electron microscopic analysis indicates that that the distribution of fiber into the matrix is homogeneous. It also indicates the better adhesion between the matrix and the reinforcing agent for modified fiber composites. We also did surface fluorination of the prepared composites and base polymer for knowing its application to different fields such as printability wettability, etc. To determine the various properties such as printability, wettability and adhesion properties, contact angle measurement was done. It was observed that the surface energies of surface modified composites and base polymer increases

  5. Collagen XII and XIV, New Partners of Cartilage Oligomeric Matrix Protein in the Skin Extracellular Matrix Suprastructure*

    Science.gov (United States)

    Agarwal, Pallavi; Zwolanek, Daniela; Keene, Douglas R.; Schulz, Jan-Niklas; Blumbach, Katrin; Heinegård, Dick; Zaucke, Frank; Paulsson, Mats; Krieg, Thomas; Koch, Manuel; Eckes, Beate

    2012-01-01

    The tensile and scaffolding properties of skin rely on the complex extracellular matrix (ECM) that surrounds cells, vasculature, nerves, and adnexus structures and supports the epidermis. In the skin, collagen I fibrils are the major structural component of the dermal ECM, decorated by proteoglycans and by fibril-associated collagens with interrupted triple helices such as collagens XII and XIV. Here we show that the cartilage oligomeric matrix protein (COMP), an abundant component of cartilage ECM, is expressed in healthy human skin. COMP expression is detected in the dermal compartment of skin and in cultured fibroblasts, whereas epidermis and HaCaT cells are negative. In addition to binding collagen I, COMP binds to collagens XII and XIV via their C-terminal collagenous domains. All three proteins codistribute in a characteristic narrow zone in the superficial papillary dermis of healthy human skin. Ultrastructural analysis by immunogold labeling confirmed colocalization and further revealed the presence of COMP along with collagens XII and XIV in anchoring plaques. On the basis of these observations, we postulate that COMP functions as an adapter protein in human skin, similar to its function in cartilage ECM, by organizing collagen I fibrils into a suprastructure, mainly in the vicinity of anchoring plaques that stabilize the cohesion between the upper dermis and the basement membrane zone. PMID:22573329

  6. Collagen XII and XIV, new partners of cartilage oligomeric matrix protein in the skin extracellular matrix suprastructure.

    Science.gov (United States)

    Agarwal, Pallavi; Zwolanek, Daniela; Keene, Douglas R; Schulz, Jan-Niklas; Blumbach, Katrin; Heinegård, Dick; Zaucke, Frank; Paulsson, Mats; Krieg, Thomas; Koch, Manuel; Eckes, Beate

    2012-06-29

    The tensile and scaffolding properties of skin rely on the complex extracellular matrix (ECM) that surrounds cells, vasculature, nerves, and adnexus structures and supports the epidermis. In the skin, collagen I fibrils are the major structural component of the dermal ECM, decorated by proteoglycans and by fibril-associated collagens with interrupted triple helices such as collagens XII and XIV. Here we show that the cartilage oligomeric matrix protein (COMP), an abundant component of cartilage ECM, is expressed in healthy human skin. COMP expression is detected in the dermal compartment of skin and in cultured fibroblasts, whereas epidermis and HaCaT cells are negative. In addition to binding collagen I, COMP binds to collagens XII and XIV via their C-terminal collagenous domains. All three proteins codistribute in a characteristic narrow zone in the superficial papillary dermis of healthy human skin. Ultrastructural analysis by immunogold labeling confirmed colocalization and further revealed the presence of COMP along with collagens XII and XIV in anchoring plaques. On the basis of these observations, we postulate that COMP functions as an adapter protein in human skin, similar to its function in cartilage ECM, by organizing collagen I fibrils into a suprastructure, mainly in the vicinity of anchoring plaques that stabilize the cohesion between the upper dermis and the basement membrane zone.

  7. Visualization of conduit-matrix conductivity differences in a karst aquifer using time-lapse electrical resistivity

    Science.gov (United States)

    Meyerhoff, Steven B.; Karaoulis, Marios; Fiebig, Florian; Maxwell, Reed M.; Revil, André; Martin, Jonathan B.; Graham, Wendy D.

    2012-12-01

    In the karstic upper Floridan aquifer, surface water flows into conduits of the groundwater system and may exchange with water in the aquifer matrix. This exchange has been hypothesized to occur based on differences in discharge at the Santa Fe River Sink-Rise system, north central Florida, but has yet to be visualized using any geophysical techniques. Using electrical resistivity tomography, we conducted a time-lapse study at two locations with mapped conduits connecting the Santa Fe River Sink to the Santa Fe River Rise to study changes of electrical conductivity during times of varying discharge over a six-week period. Our results show conductivity differences between matrix, conduit changes in resistivity occurring through time at the locations of mapped karst conduits, and changes in electrical conductivity during rainfall infiltration. These observations provide insight into time scales and matrix conduit conductivity differences, illustrating how surface water flow recharged to conduits may flow in a groundwater system in a karst aquifer.

  8. Piecewise parabolic negative magnetoresistance of two-dimensional electron gas with triangular antidot lattice

    International Nuclear Information System (INIS)

    Budantsev, M. V.; Lavrov, R. A.; Pogosov, A. G.; Zhdanov, E. Yu.; Pokhabov, D. A.

    2011-01-01

    Extraordinary piecewise parabolic behavior of the magnetoresistance has been experimentally detected in the two-dimensional electron gas with a dense triangular lattice of antidots, where commensurability magnetoresistance oscillations are suppressed. The magnetic field range of 0–0.6 T can be divided into three wide regions, in each of which the magnetoresistance is described by parabolic dependences with high accuracy (comparable to the experimental accuracy) and the transition regions between adjacent regions are much narrower than the regions themselves. In the region corresponding to the weakest magnetic fields, the parabolic behavior becomes almost linear. The observed behavior is reproducible as the electron gas density changes, which results in a change in the resistance by more than an order of magnitude. Possible physical mechanisms responsible for the observed behavior, including so-called “memory effects,” are discussed.

  9. On bounds in Poisson approximation for distributions of independent negative-binomial distributed random variables.

    Science.gov (United States)

    Hung, Tran Loc; Giang, Le Truong

    2016-01-01

    Using the Stein-Chen method some upper bounds in Poisson approximation for distributions of row-wise triangular arrays of independent negative-binomial distributed random variables are established in this note.

  10. Electronic structure and optical properties of triangular GaAs/AlGaAs quantum dots: Exciton and impurity states

    Energy Technology Data Exchange (ETDEWEB)

    Tiutiunnyk, A. [Grupo de Materia Condensada-UdeA, Instituto de Física, Facultad de Ciencias Exactas y Naturales, Universidad de Antioquia UdeA, Calle 70 No. 52-21, Medellín (Colombia); Department of Physics, Donbass State Engineering Academy, Shkadinova 72, 84313 Kramatorsk (Ukraine); Akimov, V. [Grupo de Materia Condensada-UdeA, Instituto de Física, Facultad de Ciencias Exactas y Naturales, Universidad de Antioquia UdeA, Calle 70 No. 52-21, Medellín (Colombia); Department of Physics, Donbass State Engineering Academy, Shkadinova 72, 84313 Kramatorsk (Ukraine); Universidad de Medellín, Carrera 87 No 30-65 Medellín (Colombia); Tulupenko, V. [Grupo de Materia Condensada-UdeA, Instituto de Física, Facultad de Ciencias Exactas y Naturales, Universidad de Antioquia UdeA, Calle 70 No. 52-21, Medellín (Colombia); Department of Physics, Donbass State Engineering Academy, Shkadinova 72, 84313 Kramatorsk (Ukraine); Mora-Ramos, M.E. [Centro de Investigación en Ciencias, Instituto de Investigación en Ciencias Básicas y Aplicadas, Universidad Autónoma del Estado de Morelos, Av. Universidad 1001, CP 62209 Cuernavaca, Morelos (Mexico); Kasapoglu, E. [Cumhuriyet University, Physics Department, 58140 Sivas (Turkey); Ungan, F. [Cumhuriyet University, Faculty of Technology, Deparment of Optical Engineering, 58140 Sivas (Turkey); Sökmen, I. [Department of Physics, Dokuz Eylül University, 35160 Buca, İzmir (Turkey); and others

    2016-03-01

    Electronic structure and optical properties in equilateral triangular GaAs/Al{sub 0.3}Ga{sub 0.7}As quantum dots are studied extensively. The effects of donor and acceptor impurity atoms positioned in the orthocenter of the triangle, as well as of the external DC electric field are taken into account. Binding energies of the impurity, exciton energies, interband photoluminescence peak positions as well as linear and non-linear optical properties in THz range caused by transitions between excitonic states are calculated and discussed.

  11. Monolithic Active Pixel Matrix with Binary Counters ASIC with nested wells

    International Nuclear Information System (INIS)

    Fahim, F; Deptuch, G; Holm, S; Shenai, A; Lipton, R

    2013-01-01

    Monolithic Active Matrix with Binary Counters (MAMBO) V ASIC has been designed for detecting and measuring low energy X-rays. A nested well structure with a buried n-well (BNW) and a deeper buried p-well (BPW) is used to electrically isolate the detector from the electronics. BNW acts as an AC ground to electrical signals and behaves as a shield. BPW allows for a homogenous electric field in the entire detector volume. The ASIC consists of a matrix of 50 × 52 pixels, each of 105x105μm 2 . Each pixel contains analog functionality accomplished by a charge preamplifier, CR-RC 2 shaper and a baseline restorer. It also contains a window comparator with Upper and Lower thresholds which can be individually trimmed by 4 bit DACs to remove systematic offsets. The hits are registered by a 12 bit counter which is reconfigured as a shift register to serially output the data from the entire ASIC.

  12. Fabrication of triangular nanobeam waveguide networks in bulk diamond using single-crystal silicon hard masks

    International Nuclear Information System (INIS)

    Bayn, I.; Mouradian, S.; Li, L.; Goldstein, J. A.; Schröder, T.; Zheng, J.; Chen, E. H.; Gaathon, O.; Englund, Dirk; Lu, M.; Stein, A.; Ruggiero, C. A.; Salzman, J.; Kalish, R.

    2014-01-01

    A scalable approach for integrated photonic networks in single-crystal diamond using triangular etching of bulk samples is presented. We describe designs of high quality factor (Q = 2.51 × 10 6 ) photonic crystal cavities with low mode volume (V m  = 1.062 × (λ/n) 3 ), which are connected via waveguides supported by suspension structures with predicted transmission loss of only 0.05 dB. We demonstrate the fabrication of these structures using transferred single-crystal silicon hard masks and angular dry etching, yielding photonic crystal cavities in the visible spectrum with measured quality factors in excess of Q = 3 × 10 3

  13. Dependence of CIT [Compact Ignition Tokamak] PF [poloidal field] coil currents on profile and shape parameters using the Control Matrix

    International Nuclear Information System (INIS)

    Strickler, D.J.; Peng, Y-K.M.; Jardin, S.C.; Pomphrey, N.

    1990-01-01

    The plasma shaping flexibility of the Compact Ignition Tokamak (CIT) poloidal field (PF) coil set is demonstrated through MHD equilibrium calculations of optimal PF coil current distributions and their variation with poloidal beta, internal inductance, plasma 95% elongation, and 95% triangularity. Calculations of the magnetic stored energy are used to compare solutions associated with various plasma parameters. The Control Matrix (CM) equilibrium code, together with the nonlinear equation and numerical optimization software packages HYBRD, and VMCON, respectively, are used to find equilibrium coil current distributions for fixed divertor geometry, volt-seconds, and plasma profiles in order to isolate the dependence on individual parameters. A reference equilibrium and coil current distribution are chosen, and correction currents dI are determined using the CM equilibrium method to obtain other specified plasma shapes. The reference equilibrium is the κ = 2 divertor at beginning of flattop (BOFT) with a minimum stored energy solution for the coil current distribution. The pressure profile function is fixed

  14. Microemulsion mediated synthesis of triangular shape SnO2 nanoparticles: Luminescence application

    International Nuclear Information System (INIS)

    Luwang, Meitram Niraj

    2014-01-01

    The triangular prism shapes of SnO 2 ·xH 2 O nanoparticles are prepared using microemulsion route. The effect of variation of water pool value on the formation of SnO 2 nanoparticles was studied. There is the quantum size effect in absorption study of SnO 2 nanoparticles. With the increase of the water pool value, there is a decrease in the band edge absorption energy suggesting the weak quantum confinement effect (QCE) in SnO 2 nanoparticles. Quenching effect increases with increase of water to surfactant ratio in luminescence. There is no significant effect in lifetime values for SnO 2 nanoparticles in both microemulsion and powder form. SnO 2 nanoparticles show green emission due to oxygen vacancy. SnO 2 nanoparticles when doped with Eu 3+ ions give the enhanced luminescence of Eu 3+ due to the surface mediated energy transfer from SnO 2 to Eu 3+ ion.

  15. Ceramic matrix composite article and process of fabricating a ceramic matrix composite article

    Science.gov (United States)

    Cairo, Ronald Robert; DiMascio, Paul Stephen; Parolini, Jason Robert

    2016-01-12

    A ceramic matrix composite article and a process of fabricating a ceramic matrix composite are disclosed. The ceramic matrix composite article includes a matrix distribution pattern formed by a manifold and ceramic matrix composite plies laid up on the matrix distribution pattern, includes the manifold, or a combination thereof. The manifold includes one or more matrix distribution channels operably connected to a delivery interface, the delivery interface configured for providing matrix material to one or more of the ceramic matrix composite plies. The process includes providing the manifold, forming the matrix distribution pattern by transporting the matrix material through the manifold, and contacting the ceramic matrix composite plies with the matrix material.

  16. Determinación de la carga topológica de un haz bessel-gauss mediante el patrón de difracción a través de una abertura triangular equilátera

    Directory of Open Access Journals (Sweden)

    Cristian Hernando Acevedo

    2015-01-01

    Full Text Available La carga topológica de una onda electromagnética CT, está relacionada con su distribucion espacial en el frente de onda. Ondas electromagnéticas con un factor acimutal exp(il en su fase, tienen CT entera (l=m o no entera (l=M. Estas ondas electromagnéticas con un valor definido de carga topológica pueden ser producidas en el régimen visible utilizando máscaras tenedor holográficas generadas por computador. En este artículo se estudia mediante simulaciones numéricas la red triangular formada en el régimen de intensidad de Fraunhofer de haces Bessel-Gauss con CT entera y no entera que han difractado sobre una rendija en forma triangular para determinar su signo y su magnitud. También se presentan los resultados experimentales de la intensidad en campo lejano obtenidos al difractar una onda luminosa Bessel-Gauss con CT entera y no entera a través de una rendija triangular equilátera. Argumentos cualitativos parciales han sido expuestos para explicar el fenómeno de difracción de estos haces con carga topológica. Aquí se presentan argumentos cualitativos y cuantitativos que permiten explicar todos los resultados de la difracción por una abertura triangular de haces con carga topológica obtenidos ya sea por simulación numérica o mediante su realización experimental.

  17. Two new modified Gauss-Seidel methods for linear system with M-matrices

    Science.gov (United States)

    Zheng, Bing; Miao, Shu-Xin

    2009-12-01

    In 2002, H. Kotakemori et al. proposed the modified Gauss-Seidel (MGS) method for solving the linear system with the preconditioner [H. Kotakemori, K. Harada, M. Morimoto, H. Niki, A comparison theorem for the iterative method with the preconditioner () J. Comput. Appl. Math. 145 (2002) 373-378]. Since this preconditioner is constructed by only the largest element on each row of the upper triangular part of the coefficient matrix, the preconditioning effect is not observed on the nth row. In the present paper, to deal with this drawback, we propose two new preconditioners. The convergence and comparison theorems of the modified Gauss-Seidel methods with these two preconditioners for solving the linear system are established. The convergence rates of the new proposed preconditioned methods are compared. In addition, numerical experiments are used to show the effectiveness of the new MGS methods.

  18. The ICON-1.2 hydrostatic atmospheric dynamical core on triangular grids – Part 1: Formulation and performance of the baseline version

    Directory of Open Access Journals (Sweden)

    H. Wan

    2013-06-01

    Full Text Available As part of a broader effort to develop next-generation models for numerical weather prediction and climate applications, a hydrostatic atmospheric dynamical core is developed as an intermediate step to evaluate a finite-difference discretization of the primitive equations on spherical icosahedral grids. Based on the need for mass-conserving discretizations for multi-resolution modelling as well as scalability and efficiency on massively parallel computing architectures, the dynamical core is built on triangular C-grids using relatively small discretization stencils. This paper presents the formulation and performance of the baseline version of the new dynamical core, focusing on properties of the numerical solutions in the setting of globally uniform resolution. Theoretical analysis reveals that the discrete divergence operator defined on a single triangular cell using the Gauss theorem is only first-order accurate, and introduces grid-scale noise to the discrete model. The noise can be suppressed by fourth-order hyper-diffusion of the horizontal wind field using a time-step and grid-size-dependent diffusion coefficient, at the expense of stronger damping than in the reference spectral model. A series of idealized tests of different complexity are performed. In the deterministic baroclinic wave test, solutions from the new dynamical core show the expected sensitivity to horizontal resolution, and converge to the reference solution at R2B6 (35 km grid spacing. In a dry climate test, the dynamical core correctly reproduces key features of the meridional heat and momentum transport by baroclinic eddies. In the aqua-planet simulations at 140 km resolution, the new model is able to reproduce the same equatorial wave propagation characteristics as in the reference spectral model, including the sensitivity of such characteristics to the meridional sea surface temperature profile. These results suggest that the triangular-C discretization provides a

  19. Statistical thermodynamics of long straight rigid rods on triangular lattices: nematic order and adsorption thermodynamic functions.

    Science.gov (United States)

    Matoz-Fernandez, D A; Linares, D H; Ramirez-Pastor, A J

    2012-09-04

    The statistical thermodynamics of straight rigid rods of length k on triangular lattices was developed on a generalization in the spirit of the lattice-gas model and the classical Guggenheim-DiMarzio approximation. In this scheme, the Helmholtz free energy and its derivatives were written in terms of the order parameter, δ, which characterizes the nematic phase occurring in the system at intermediate densities. Then, using the principle of minimum free energy with δ as a parameter, the main adsorption properties were calculated. Comparisons with Monte Carlo simulations and experimental data were performed in order to evaluate the outcome and limitations of the theoretical model.

  20. New procedure to design low radar cross section near perfect isotropic and homogeneous triangular carpet cloaks.

    Science.gov (United States)

    Sharifi, Zohreh; Atlasbaf, Zahra

    2016-10-01

    A new design procedure for near perfect triangular carpet cloaks, fabricated based on only isotropic homogeneous materials, is proposed. This procedure enables us to fabricate a cloak with simple metamaterials or even without employing metamaterials. The proposed procedure together with an invasive weed optimization algorithm is used to design carpet cloaks based on quasi-isotropic metamaterial structures, Teflon and AN-73. According to the simulation results, the proposed cloaks have good invisibility properties against radar, especially monostatic radar. The procedure is a new method to derive isotropic and homogeneous parameters from transformation optics formulas so we do not need to use complicated structures to fabricate the carpet cloaks.

  1. Existence and instability of steady states for a triangular cross-diffusion system: A computer-assisted proof

    Science.gov (United States)

    Breden, Maxime; Castelli, Roberto

    2018-05-01

    In this paper, we present and apply a computer-assisted method to study steady states of a triangular cross-diffusion system. Our approach consist in an a posteriori validation procedure, that is based on using a fixed point argument around a numerically computed solution, in the spirit of the Newton-Kantorovich theorem. It allows to prove the existence of various non homogeneous steady states for different parameter values. In some situations, we obtain as many as 13 coexisting steady states. We also apply the a posteriori validation procedure to study the linear stability of the obtained steady states, proving that many of them are in fact unstable.

  2. Properties of spin-1/2 triangular-lattice antiferromagnets CuY2Ge2O8 and CuLa2Ge2O8

    Science.gov (United States)

    Cho, Hwanbeom; Kratochvílová, Marie; Sim, Hasung; Choi, Ki-Young; Kim, Choong Hyun; Paulsen, Carley; Avdeev, Maxim; Peets, Darren C.; Jo, Younghun; Lee, Sanghyun; Noda, Yukio; Lawler, Michael J.; Park, Je-Geun

    2017-04-01

    We found new two-dimensional (2D) quantum (S =1 /2 ) antiferromagnetic systems: Cu R E2G e2O8 (R E =Y and La). According to our analysis of high-resolution x-ray and neutron diffraction experiments, the Cu network of Cu R E2G e2O8 (R E =Y and La) exhibits a 2D triangular lattice linked via weak bonds along the perpendicular b axis. Our bulk characterizations from 0.08 to 400 K show that they undergo a long-range order at 0.51(1) and 1.09(4) K for the Y and La systems, respectively. Interestingly, they also exhibit field induced phase transitions. For theoretical understanding, we carried out the density functional theory (DFT) band calculations to find that they are typical charge-transfer-type insulators with a gap of Eg≅2 eV . Taken together, our observations make Cu R E2G e2O8 (R E =Y and La) additional examples of low-dimensional quantum spin triangular antiferromagnets with the low-temperature magnetic ordering.

  3. Spin and charge controlled by antisymmetric spin-orbit coupling in a triangular-triple-quantum-dot Kondo system

    Science.gov (United States)

    Koga, M.; Matsumoto, M.; Kusunose, H.

    2018-05-01

    We study a local antisymmetric spin-orbit (ASO) coupling effect on a triangular-triple-quantum-dot (TTQD) system as a theoretical proposal for a new application of the Kondo physics to nanoscale devices. The electric polarization induced by the Kondo effect is strongly correlated with the spin configurations and molecular orbital degrees of freedom in the TTQD. In particular, an abrupt sign reversal of the emergent electric polarization is associated with a quantum critical point in a magnetic field, which can also be controlled by the ASO coupling that changes the mixing weight of different orbital components in the TTQD ground state.

  4. User's guide for TWOHEX: a code package for two-dimensional, neutral-particle transport in equilateral triangular meshes

    International Nuclear Information System (INIS)

    Walters, W.F.; Brinkley, F.W.; Marr, D.R.

    1984-10-01

    TWOHEX solves the two-dimensional multigroup transport equation on an equilateral triangular mesh in the x,y plane. Both regular and adjoint, inhomogeneous (fixed source) and homogeneous problems are solved. Three problem domains are treated by TWOHEX. The whole core domain is a 60 0 parallelogram with vacuum boundary conditions on each face. The third core domain is a 120 0 parallelogram with two vacuum and two rotational boundary conditions. The sixth core domain is a 60 0 parallelogram with two vacuum and two rotational boundary conditions. General anisotropic scattering is allowed and an anisotropic inhomogeneous source may be input as cell averages

  5. The Traumatized TFCC: An Illustrated Review of the Anatomy and Injury Patterns of the Triangular Fibrocartilage Complex.

    Science.gov (United States)

    Skalski, Matthew R; White, Eric A; Patel, Dakshesh B; Schein, Aaron J; RiveraMelo, Hector; Matcuk, George R

    2016-01-01

    The triangular fibrocartilage complex (TFCC) plays an important role in wrist biomechanics and is prone to traumatic and degenerative injury, making it a common source of ulnar-sided wrist pain. Because of this, the TFCC is frequently imaged, and a detailed understanding of its anatomy and injury patterns is critical in generating an accurate report to help guide treatment. In this review, we provide a detailed overview of TFCC anatomy, its normal appearance on magnetic resonance imaging, the spectrum of TFCC injuries based on the Palmer classification system, and pitfalls in accurate assessment. Copyright © 2015 Mosby, Inc. All rights reserved.

  6. Chiral d -wave superconductivity in a triangular surface lattice mediated by long-range interaction

    Science.gov (United States)

    Cao, Xiaodong; Ayral, Thomas; Zhong, Zhicheng; Parcollet, Olivier; Manske, Dirk; Hansmann, Philipp

    2018-04-01

    Adatom systems on the Si(111) surface have recently attracted an increasing attention as strongly correlated systems with a rich phase diagram. We study these materials by a single band model on the triangular lattice, including 1 /r long-range interaction. Employing the recently proposed TRILEX method, we find an unconventional superconducting phase of chiral d -wave symmetry in hole-doped systems. Contrary to usual scenarios where charge and spin fluctuations are seen to compete, here the superconductivity is driven simultaneously by both charge and spin fluctuations and crucially relies on the presence of the long-range tail of the interaction. We provide an analysis of the relevant collective bosonic modes and predict how a cumulative charge and spin paring mechanism leads to superconductivity in doped silicon adatom materials.

  7. High-dimensional statistical inference: From vector to matrix

    Science.gov (United States)

    Zhang, Anru

    Statistical inference for sparse signals or low-rank matrices in high-dimensional settings is of significant interest in a range of contemporary applications. It has attracted significant recent attention in many fields including statistics, applied mathematics and electrical engineering. In this thesis, we consider several problems in including sparse signal recovery (compressed sensing under restricted isometry) and low-rank matrix recovery (matrix recovery via rank-one projections and structured matrix completion). The first part of the thesis discusses compressed sensing and affine rank minimization in both noiseless and noisy cases and establishes sharp restricted isometry conditions for sparse signal and low-rank matrix recovery. The analysis relies on a key technical tool which represents points in a polytope by convex combinations of sparse vectors. The technique is elementary while leads to sharp results. It is shown that, in compressed sensing, delta kA 0, delta kA < 1/3 + epsilon, deltak A + thetak,kA < 1 + epsilon, or deltatkA< √(t - 1) / t + epsilon are not sufficient to guarantee the exact recovery of all k-sparse signals for large k. Similar result also holds for matrix recovery. In addition, the conditions delta kA<1/3, deltak A+ thetak,kA<1, delta tkA < √(t - 1)/t and deltarM<1/3, delta rM+ thetar,rM<1, delta trM< √(t - 1)/ t are also shown to be sufficient respectively for stable recovery of approximately sparse signals and low-rank matrices in the noisy case. For the second part of the thesis, we introduce a rank-one projection model for low-rank matrix recovery and propose a constrained nuclear norm minimization method for stable recovery of low-rank matrices in the noisy case. The procedure is adaptive to the rank and robust against small perturbations. Both upper and lower bounds for the estimation accuracy under the Frobenius norm loss are obtained. The proposed estimator is shown to be rate-optimal under certain conditions. The

  8. Ceramic matrix and resin matrix composites - A comparison

    Science.gov (United States)

    Hurwitz, Frances I.

    1987-01-01

    The underlying theory of continuous fiber reinforcement of ceramic matrix and resin matrix composites, their fabrication, microstructure, physical and mechanical properties are contrasted. The growing use of organometallic polymers as precursors to ceramic matrices is discussed as a means of providing low temperature processing capability without the fiber degradation encountered with more conventional ceramic processing techniques. Examples of ceramic matrix composites derived from particulate-filled, high char yield polymers and silsesquioxane precursors are provided.

  9. Ceramic matrix and resin matrix composites: A comparison

    Science.gov (United States)

    Hurwitz, Frances I.

    1987-01-01

    The underlying theory of continuous fiber reinforcement of ceramic matrix and resin matrix composites, their fabrication, microstructure, physical and mechanical properties are contrasted. The growing use of organometallic polymers as precursors to ceramic matrices is discussed as a means of providing low temperature processing capability without the fiber degradation encountered with more conventional ceramic processing techniques. Examples of ceramic matrix composites derived from particulate-filled, high char yield polymers and silsesquioxane precursors are provided.

  10. Magnetism of triangular nanoflakes with different compositions and edge terminations

    International Nuclear Information System (INIS)

    Zhang Shunhong; Zhou Jian; Li Xiaowei; Wang Qian

    2012-01-01

    Since the discovery of the giant magnetoresistance effect, extensive research has been devoted to finding new materials for spintronic devices. The hotly pursued nanostructure-based magnetic materials are potential candidates for such applications. Among them, graphene triangular nanoflakes (G-TNFs), due to their special magnetic configurations, can serve as building blocks for design of new C-based magnetic materials. This motivates the present study to systematically investigate how magnetism of the TNFs changes with their edge termination, composition, and atomic distribution. Using density functional theory, we show that the F-terminated G-TNFs have similar magnetic behavior to the H-terminated G-TNFs. Besides the edge terminations, partially hydrogenation of interior C atoms in the G-TNFs breaks the conjugate π orbitals and thus leads to extra net magnetic moment. The IV-group binary SiC-TNFs resemble the G-TNFs in magnetic properties, while the III–V group binary BN- and AlN-TNFs are different although they also have honeycomb structures. The different magnetic behaviors originate from the different occupations of p z atomic orbitals and the resulting change of conjugate π molecular orbitals. This study provides physical insight on tuning the magnetic behavior of TNFs through controlling their composition, size, and edge termination.

  11. Cooled Ceramic Matrix Composite Propulsion Structures Demonstrated

    Science.gov (United States)

    Jaskowiak, Martha H.; Dickens, Kevin W.

    2005-01-01

    NASA's Next Generation Launch Technology (NGLT) Program has successfully demonstrated cooled ceramic matrix composite (CMC) technology in a scramjet engine test. This demonstration represented the world s largest cooled nonmetallic matrix composite panel fabricated for a scramjet engine and the first cooled nonmetallic composite to be tested in a scramjet facility. Lightweight, high-temperature, actively cooled structures have been identified as a key technology for enabling reliable and low-cost space access. Tradeoff studies have shown this to be the case for a variety of launch platforms, including rockets and hypersonic cruise vehicles. Actively cooled carbon and CMC structures may meet high-performance goals at significantly lower weight, while improving safety by operating with a higher margin between the design temperature and material upper-use temperature. Studies have shown that using actively cooled CMCs can reduce the weight of the cooled flow-path component from 4.5 to 1.6 lb/sq ft and the weight of the propulsion system s cooled surface area by more than 50 percent. This weight savings enables advanced concepts, increased payload, and increased range. The ability of the cooled CMC flow-path components to operate over 1000 F hotter than the state-of-the-art metallic concept adds system design flexibility to space-access vehicle concepts. Other potential system-level benefits include smaller fuel pumps, lower part count, lower cost, and increased operating margin.

  12. Extended biorthogonal matrix polynomials

    Directory of Open Access Journals (Sweden)

    Ayman Shehata

    2017-01-01

    Full Text Available The pair of biorthogonal matrix polynomials for commutative matrices were first introduced by Varma and Tasdelen in [22]. The main aim of this paper is to extend the properties of the pair of biorthogonal matrix polynomials of Varma and Tasdelen and certain generating matrix functions, finite series, some matrix recurrence relations, several important properties of matrix differential recurrence relations, biorthogonality relations and matrix differential equation for the pair of biorthogonal matrix polynomials J(A,B n (x, k and K(A,B n (x, k are discussed. For the matrix polynomials J(A,B n (x, k, various families of bilinear and bilateral generating matrix functions are constructed in the sequel.

  13. Unconventional spin order in the triangular lattice system NaCrO2: A neutron scattering study

    International Nuclear Information System (INIS)

    Hsieh, D.; Qian, D.; Berger, R.F.; Cava, R.J.; Lynn, J.W.; Huang, Q.; Hasan, M.Z.

    2008-01-01

    We report high resolution neutron scattering measurements on the rhombohedrally stacked triangular antiferromagnet NaCrO 2 which has recently been shown to exhibit an unusually broad fluctuating cross-over regime extending far below the onset of spin freezing at T c . Our results show that at T c purely two-dimensional quasi-static spin correlations of the 120 o type exist. Below some cross-over temperature (T∼0.75T c ) a small incommensuration develops which helps resolve the inter-layer spin frustration and drives short-range three-dimensional magnetic order. This incommensuration assisted dimensional cross-over suggests that inter-layer frustration is responsible for stabilizing the rare 2D correlated phase above 0.75T c

  14. EPDM Based Double Slope Triangular Enclosure Solar Collector: A Novel Approach

    Directory of Open Access Journals (Sweden)

    Shafiq R. Qureshi

    2014-01-01

    Full Text Available Solar heating is one of the important utilities of solar energy both in domestic and industrial sectors. Evacuated tube heaters are a commonly used technology for domestic water heating. However, increasing cost of copper and nickel has resulted in huge initial cost for these types of heaters. Utilizing solar energy more economically for domestic use requires new concept which has low initial and operating costs together with ease of maintainability. As domestic heating requires only nominal heating temperature to the range of 60–90°C, therefore replacing nickel coated copper pipes with any cheap alternate can drastically reduce the cost of solar heater. We have proposed a new concept which utilizes double slope triangular chamber with EPDM based synthetic rubber pipes. This has reduced the initial and operating costs substantially. A detailed analytical study was carried out to design a novel solar heater. On the basis of analytical design, a prototype was manufactured. Results obtained from the experiments were found to be in good agreement with the analytical study. A maximum error of 10% was recorded at noon. However, results show that error is less than 5% in early and late hours.

  15. Negative refractions by triangular lattice sonic crystals in partial band gaps

    International Nuclear Information System (INIS)

    Alagoz, S.; Sahin, A.; Alagoz, B. B.; Nur, S.

    2015-01-01

    This study numerically demonstrates the effects of partial band gaps on the negative refraction properties of sonic crystal. The partial band gap appearing at the second band edge leads to the efficient transmissions of scattered wave envelopes in the transverse directions inside triangular lattice sonic crystal, and therefore enhances the refraction property of sonic crystal. Numerical simulation results indicate a diagonal guidance of coupled scattered wave envelopes inside crystal structure at the partial band gap frequencies and then output waves are restored in the vicinity of the output interface of sonic crystal by combining phase coherent scattered waves according to Huygens’ principles. This mechanism leads to two operations for wavefront engineering: one is spatial wavefront shifting operation and the other is convex–concave wavefront inversion operation. The effects of this mechanism on the negative refraction and wave focalization are investigated by using the finite difference time domain (FDTD) simulations. This study contributes to a better understanding of negative refraction and wave focusing mechanisms at the band edge frequencies, and shows the applications of the slab corner beam splitting and SC-air multilayer acoustic system. (paper)

  16. EPDM based double slope triangular enclosure solar collector: a novel approach.

    Science.gov (United States)

    Qureshi, Shafiq R; Khan, Waqar A; Sarwar, Waqas

    2014-01-01

    Solar heating is one of the important utilities of solar energy both in domestic and industrial sectors. Evacuated tube heaters are a commonly used technology for domestic water heating. However, increasing cost of copper and nickel has resulted in huge initial cost for these types of heaters. Utilizing solar energy more economically for domestic use requires new concept which has low initial and operating costs together with ease of maintainability. As domestic heating requires only nominal heating temperature to the range of 60-90 °C, therefore replacing nickel coated copper pipes with any cheap alternate can drastically reduce the cost of solar heater. We have proposed a new concept which utilizes double slope triangular chamber with EPDM based synthetic rubber pipes. This has reduced the initial and operating costs substantially. A detailed analytical study was carried out to design a novel solar heater. On the basis of analytical design, a prototype was manufactured. Results obtained from the experiments were found to be in good agreement with the analytical study. A maximum error of 10% was recorded at noon. However, results show that error is less than 5% in early and late hours.

  17. Facile synthesis and photoluminescence spectroscopy of 3D-triangular GaN nano prism islands.

    Science.gov (United States)

    Kumar, Mukesh; Pasha, S K; Shibin Krishna, T C; Singh, Avanish Pratap; Kumar, Pawan; Gupta, Bipin Kumar; Gupta, Govind

    2014-08-21

    We report a strategy for fabrication of 3D triangular GaN nano prism islands (TGNPI) grown on Ga/Si(553) substrate at low temperature by N2(+) ions implantation using a sputtering gun technique. The annealing of Ga/Si(553) (600 °C) followed by nitridation (2 keV) shows the formation of high quality GaN TGNPI cross-section. TGNPI morphology has been confirmed by atomic force microscopy. Furthermore, these nano prism islands exhibit prominent ultra-violet luminescence peaking at 366 nm upon 325 nm excitation wavelength along with a low intensity yellow luminescence broad peak at 545 nm which characterizes low defects density TGNPI. Furthermore, the time-resolved spectroscopy of luminescent TGNPI in nanoseconds holds promise for its futuristic application in next generation UV-based sensors as well as many portable optoelectronic devices.

  18. Existence of Resonance Stability of Triangular Equilibrium Points in Circular Case of the Planar Elliptical Restricted Three-Body Problem under the Oblate and Radiating Primaries around the Binary System

    Directory of Open Access Journals (Sweden)

    A. Narayan

    2014-01-01

    Full Text Available This paper analyzes the existence of resonance stability of the triangular equilibrium points of the planar elliptical restricted three-body problem when both the primaries are oblate spheroid as well as the source of radiation under the particular case, when e=0. We have derived Hamiltonian function describing the motion of infinitesimal mass in the neighborhood of the triangular equilibrium solutions taken as a convergent series. Hamiltonian function for the system has been derived and also expanded in powers of the generalized components of momenta. We have used canonical transformation to make the Hamiltonian function independent of true anomaly. The most interesting and distinguishable results of this study are establishing the relation for determining the range of stability at and near the resonance ω2=1/2 around the binary system.

  19. M(atrix) theory: matrix quantum mechanics as a fundamental theory

    International Nuclear Information System (INIS)

    Taylor, Washington

    2001-01-01

    This article reviews the matrix model of M theory. M theory is an 11-dimensional quantum theory of gravity that is believed to underlie all superstring theories. M theory is currently the most plausible candidate for a theory of fundamental physics which reconciles gravity and quantum field theory in a realistic fashion. Evidence for M theory is still only circumstantial -- no complete background-independent formulation of the theory exists as yet. Matrix theory was first developed as a regularized theory of a supersymmetric quantum membrane. More recently, it has appeared in a different guise as the discrete light-cone quantization of M theory in flat space. These two approaches to matrix theory are described in detail and compared. It is shown that matrix theory is a well-defined quantum theory that reduces to a supersymmetric theory of gravity at low energies. Although its fundamental degrees of freedom are essentially pointlike, higher-dimensional fluctuating objects (branes) arise through the non-Abelian structure of the matrix degrees of freedom. The problem of formulating matrix theory in a general space-time background is discussed, and the connections between matrix theory and other related models are reviewed

  20. Reduction of multipartite qubit density matrixes to bipartite qubit density matrixes and criteria of partial separability of multipartite qubit density matrixes

    OpenAIRE

    Zhong, Zai-Zhe

    2004-01-01

    The partial separability of multipartite qubit density matrixes is strictly defined. We give a reduction way from N-partite qubit density matrixes to bipartite qubit density matrixes, and prove a necessary condition that a N-partite qubit density matrix to be partially separable is its reduced density matrix to satisfy PPT condition.

  1. Fast precalculated triangular mesh algorithm for 3D binary computer-generated holograms.

    Science.gov (United States)

    Yang, Fan; Kaczorowski, Andrzej; Wilkinson, Tim D

    2014-12-10

    A new method for constructing computer-generated holograms using a precalculated triangular mesh is presented. The speed of calculation can be increased dramatically by exploiting both the precalculated base triangle and GPU parallel computing. Unlike algorithms using point-based sources, this method can reconstruct a more vivid 3D object instead of a "hollow image." In addition, there is no need to do a fast Fourier transform for each 3D element every time. A ferroelectric liquid crystal spatial light modulator is used to display the binary hologram within our experiment and the hologram of a base right triangle is produced by utilizing just a one-step Fourier transform in the 2D case, which can be expanded to the 3D case by multiplying by a suitable Fresnel phase plane. All 3D holograms generated in this paper are based on Fresnel propagation; thus, the Fresnel plane is treated as a vital element in producing the hologram. A GeForce GTX 770 graphics card with 2 GB memory is used to achieve parallel computing.

  2. Performance investigation on dissipative dielectric elastomer generators with a triangular energy harvesting scheme

    Science.gov (United States)

    Fan, Peng; Chen, Hualing; Li, Bo; Wang, Yongquan

    2017-11-01

    In this letter, a theoretical framework describing an energy harvesting cycle including the loss of tension (LT) process is proposed to investigate the energy harvesting performance of a dielectric elastomer generator (DEG) with a triangular energy harvesting scheme by considering material viscosity and leakage current. As the external force that is applied to the membrane decreases, the membrane is relaxed. When the external force decreases to zero, the condition is known as LT. Then the membrane undergoing LT can further relax, which is referred to as the LT process. The LT process is usually ignored in theoretical analysis but observed from energy harvesting experiments of DEGs. It is also studied how shrinking time and transfer capacitor affect the energy conversion of a DEG. The results indicate that energy density and conversion efficiency can be simultaneously improved by choosing appropriate shrinking time and transfer capacitor to optimize the energy harvesting cycle. The results and methods are expected to provide guidelines for the optimal design and assessment of DEGs.

  3. Microemulsion mediated synthesis of triangular shape SnO{sub 2} nanoparticles: Luminescence application

    Energy Technology Data Exchange (ETDEWEB)

    Luwang, Meitram Niraj, E-mail: mn.luwang@ncl.res.in

    2014-01-30

    The triangular prism shapes of SnO{sub 2}·xH{sub 2}O nanoparticles are prepared using microemulsion route. The effect of variation of water pool value on the formation of SnO{sub 2} nanoparticles was studied. There is the quantum size effect in absorption study of SnO{sub 2} nanoparticles. With the increase of the water pool value, there is a decrease in the band edge absorption energy suggesting the weak quantum confinement effect (QCE) in SnO{sub 2} nanoparticles. Quenching effect increases with increase of water to surfactant ratio in luminescence. There is no significant effect in lifetime values for SnO{sub 2} nanoparticles in both microemulsion and powder form. SnO{sub 2} nanoparticles show green emission due to oxygen vacancy. SnO{sub 2} nanoparticles when doped with Eu{sup 3+} ions give the enhanced luminescence of Eu{sup 3+} due to the surface mediated energy transfer from SnO{sub 2} to Eu{sup 3+} ion.

  4. Spectroscopic properties of triangular silver nanoplates immobilized on polyelectrolyte multilayer-modified glass substrates

    Science.gov (United States)

    Rabor, Janice B.; Kawamura, Koki; Muko, Daiki; Kurawaki, Junichi; Niidome, Yasuro

    2017-07-01

    Fabrication of surface-immobilized silver nanostructures with reproducible plasmonic properties by dip-coating technique is difficult due to shape alteration. To address this challenge, we used a polyelectrolyte multilayer to promote immobilization of as-received triangular silver nanoplates (TSNP) on a glass substrate through electrostatic interaction. The substrate-immobilized TSNP were characterized by absorption spectrophotometry and scanning electron microscopy. The bandwidth and peak position of localized surface plasmon resonance (LSPR) bands can be tuned by simply varying the concentration of the colloidal solution and immersion time. TSNP immobilized from a higher concentration of colloidal solution with longer immersion time produced broadened LSPR bands in the near-IR region, while a lower concentration with shorter immersion time produced narrower bands in the visible region. The shape of the nanoplates was retained even at long immersion time. Analysis of peak positions and bandwidths also revealed the point at which the main species of the immobilization had been changed from isolates to aggregates.

  5. HEXAGA-III-120, -30. Three dimensional multi-group neutron diffusion programmes for a uniform triangular mesh with arbitrary group scattering

    International Nuclear Information System (INIS)

    Woznicki, Z.I.

    1983-07-01

    This report presents the HEXAGA-III-programme solving multi-group time-independent real and/or adjoint neutron diffusion equations for three-dimensional-triangular-z-geometry. The method of solution is based on the AGA two-sweep iterative method belonging to the family of factorization techniques. An arbitrary neutron scattering model is permitted. The report written for users provides the description of the programme input and output and the use of HEXAGA-III is illustrated by a sample reactor problem. (orig.) [de

  6. CVD-MPFA full pressure support, coupled unstructured discrete fracture-matrix Darcy-flux approximations

    Science.gov (United States)

    Ahmed, Raheel; Edwards, Michael G.; Lamine, Sadok; Huisman, Bastiaan A. H.; Pal, Mayur

    2017-11-01

    Two novel control-volume methods are presented for flow in fractured media, and involve coupling the control-volume distributed multi-point flux approximation (CVD-MPFA) constructed with full pressure support (FPS), to two types of discrete fracture-matrix approximation for simulation on unstructured grids; (i) involving hybrid grids and (ii) a lower dimensional fracture model. Flow is governed by Darcy's law together with mass conservation both in the matrix and the fractures, where large discontinuities in permeability tensors can occur. Finite-volume FPS schemes are more robust than the earlier CVD-MPFA triangular pressure support (TPS) schemes for problems involving highly anisotropic homogeneous and heterogeneous full-tensor permeability fields. We use a cell-centred hybrid-grid method, where fractures are modelled by lower-dimensional interfaces between matrix cells in the physical mesh but expanded to equi-dimensional cells in the computational domain. We present a simple procedure to form a consistent hybrid-grid locally for a dual-cell. We also propose a novel hybrid-grid for intersecting fractures, for the FPS method, which reduces the condition number of the global linear system and leads to larger time steps for tracer transport. The transport equation for tracer flow is coupled with the pressure equation and provides flow parameter assessment of the fracture models. Transport results obtained via TPS and FPS hybrid-grid formulations are compared with the corresponding results of fine-scale explicit equi-dimensional formulations. The results show that the hybrid-grid FPS method applies to general full-tensor fields and provides improved robust approximations compared to the hybrid-grid TPS method for fractured domains, for both weakly anisotropic permeability fields and very strong anisotropic full-tensor permeability fields where the TPS scheme exhibits spurious oscillations. The hybrid-grid FPS formulation is extended to compressible flow and the

  7. Self-organization of topological defects for a triangular-lattice magnetic dots array subject to a perpendicular magnetic field

    Directory of Open Access Journals (Sweden)

    R.S. Khymyn

    2014-09-01

    Full Text Available The regular array of magnetic particles (magnetic dots of the form of a two-dimensional triangular lattice in the presence of external magnetic field demonstrates complicated magnetic structures. The magnetic symmetry of the ground state for such a system is lower than that for the underlying lattice. Long range dipole-dipole interaction leads to a specific antiferromagnetic order in small fields, whereas a set of linear topological defects appears with the growth of the magnetic field. Self-organization of such defects determines the magnetization process for a system within a wide range of external magnetic fields.

  8. Nonvariceal upper gastrointestinal bleeding

    International Nuclear Information System (INIS)

    Burke, Stephen J.; Weldon, Derik; Sun, Shiliang; Golzarian, Jafar

    2007-01-01

    Nonvariceal upper gastrointestinal bleeding (NUGB) remains a major medical problem even after advances in medical therapy with gastric acid suppression and cyclooxygenase (COX-2) inhibitors. Although the incidence of upper gastrointestinal bleeding presenting to the emergency room has slightly decreased, similar decreases in overall mortality and rebleeding rate have not been experienced over the last few decades. Many causes of upper gastrointestinal bleeding have been identified and will be reviewed. Endoscopic, radiographic and angiographic modalities continue to form the basis of the diagnosis of upper gastrointestinal bleeding with new research in the field of CT angiography to diagnose gastrointestinal bleeding. Endoscopic and angiographic treatment modalities will be highlighted, emphasizing a multi-modality treatment plan for upper gastrointestinal bleeding. (orig.)

  9. Nonvariceal upper gastrointestinal bleeding

    Energy Technology Data Exchange (ETDEWEB)

    Burke, Stephen J.; Weldon, Derik; Sun, Shiliang [University of Iowa, Department of Radiology, Iowa, IA (United States); Golzarian, Jafar [University of Iowa, Department of Radiology, Iowa, IA (United States); University of Iowa, Department of Radiology, Carver College of Medicine, Iowa, IA (United States)

    2007-07-15

    Nonvariceal upper gastrointestinal bleeding (NUGB) remains a major medical problem even after advances in medical therapy with gastric acid suppression and cyclooxygenase (COX-2) inhibitors. Although the incidence of upper gastrointestinal bleeding presenting to the emergency room has slightly decreased, similar decreases in overall mortality and rebleeding rate have not been experienced over the last few decades. Many causes of upper gastrointestinal bleeding have been identified and will be reviewed. Endoscopic, radiographic and angiographic modalities continue to form the basis of the diagnosis of upper gastrointestinal bleeding with new research in the field of CT angiography to diagnose gastrointestinal bleeding. Endoscopic and angiographic treatment modalities will be highlighted, emphasizing a multi-modality treatment plan for upper gastrointestinal bleeding. (orig.)

  10. Upper Gastrointestinal (GI) Series

    Science.gov (United States)

    ... standard barium upper GI series, which uses only barium a double-contrast upper GI series, which uses both air and ... evenly coat your upper GI tract with the barium. If you are having a double-contrast study, you will swallow gas-forming crystals that ...

  11. Polynomial sequences generated by infinite Hessenberg matrices

    Directory of Open Access Journals (Sweden)

    Verde-Star Luis

    2017-01-01

    Full Text Available We show that an infinite lower Hessenberg matrix generates polynomial sequences that correspond to the rows of infinite lower triangular invertible matrices. Orthogonal polynomial sequences are obtained when the Hessenberg matrix is tridiagonal. We study properties of the polynomial sequences and their corresponding matrices which are related to recurrence relations, companion matrices, matrix similarity, construction algorithms, and generating functions. When the Hessenberg matrix is also Toeplitz the polynomial sequences turn out to be of interpolatory type and we obtain additional results. For example, we show that every nonderogative finite square matrix is similar to a unique Toeplitz-Hessenberg matrix.

  12. Order by Quenched Disorder in the Model Triangular Antiferromagnet RbFe (MoO4 )2

    Science.gov (United States)

    Smirnov, A. I.; Soldatov, T. A.; Petrenko, O. A.; Takata, A.; Kida, T.; Hagiwara, M.; Shapiro, A. Ya.; Zhitomirsky, M. E.

    2017-07-01

    We observe a disappearance of the 1 /3 magnetization plateau and a striking change of the magnetic configuration under a moderate doping of the model triangular antiferromagnet RbFe (MoO4 )2 . The reason is an effective lifting of degeneracy of mean-field ground states by a random potential of impurities, which compensates, in the low-temperature limit, the fluctuation contribution to free energy. These results provide a direct experimental confirmation of the fluctuation origin of the ground state in a real frustrated system. The change of the ground state to a least collinear configuration reveals an effective positive biquadratic exchange provided by the structural disorder. On heating, doped samples regain the structure of a pure compound, thus allowing for an investigation of the remarkable competition between thermal and structural disorder.

  13. Fulltext PDF

    Indian Academy of Sciences (India)

    R. Narasimhan (Krishtel eMaging) 1461 1996 Oct 15 13:05:22

    Department of Mathematics, American University, Washington DC 20910, USA ... To introduce the main theme of this paper we recall the following theorem of ..... the standard upper triangular Borel subgroup of ¯G with diagonal Levi subgroup.

  14. Matrix theory

    CERN Document Server

    Franklin, Joel N

    2003-01-01

    Mathematically rigorous introduction covers vector and matrix norms, the condition-number of a matrix, positive and irreducible matrices, much more. Only elementary algebra and calculus required. Includes problem-solving exercises. 1968 edition.

  15. Fuzzy vulnerability matrix

    International Nuclear Information System (INIS)

    Baron, Jorge H.; Rivera, S.S.

    2000-01-01

    The so-called vulnerability matrix is used in the evaluation part of the probabilistic safety assessment for a nuclear power plant, during the containment event trees calculations. This matrix is established from what is knows as Numerical Categories for Engineering Judgement. This matrix is usually established with numerical values obtained with traditional arithmetic using the set theory. The representation of this matrix with fuzzy numbers is much more adequate, due to the fact that the Numerical Categories for Engineering Judgement are better represented with linguistic variables, such as 'highly probable', 'probable', 'impossible', etc. In the present paper a methodology to obtain a Fuzzy Vulnerability Matrix is presented, starting from the recommendations on the Numerical Categories for Engineering Judgement. (author)

  16. Green's matrix for a second-order self-adjoint matrix differential operator

    International Nuclear Information System (INIS)

    Sisman, Tahsin Cagri; Tekin, Bayram

    2010-01-01

    A systematic construction of the Green's matrix for a second-order self-adjoint matrix differential operator from the linearly independent solutions of the corresponding homogeneous differential equation set is carried out. We follow the general approach of extracting the Green's matrix from the Green's matrix of the corresponding first-order system. This construction is required in the cases where the differential equation set cannot be turned to an algebraic equation set via transform techniques.

  17. Binding of matrix metalloproteinase inhibitors to extracellular matrix: 3D-QSAR analysis.

    Science.gov (United States)

    Zhang, Yufen; Lukacova, Viera; Bartus, Vladimir; Nie, Xiaoping; Sun, Guorong; Manivannan, Ethirajan; Ghorpade, Sandeep R; Jin, Xiaomin; Manyem, Shankar; Sibi, Mukund P; Cook, Gregory R; Balaz, Stefan

    2008-10-01

    Binding to the extracellular matrix, one of the most abundant human protein complexes, significantly affects drug disposition. Specifically, the interactions with extracellular matrix determine the free concentrations of small molecules acting in tissues, including signaling peptides, inhibitors of tissue remodeling enzymes such as matrix metalloproteinases, and other drug candidates. The nature of extracellular matrix binding was elucidated for 63 matrix metalloproteinase inhibitors, for which the association constants to an extracellular matrix mimic were reported here. The data did not correlate with lipophilicity as a common determinant of structure-nonspecific, orientation-averaged binding. A hypothetical structure of the binding site of the solidified extracellular matrix surrogate was analyzed using the Comparative Molecular Field Analysis, which needed to be applied in our multi-mode variant. This fact indicates that the compounds bind to extracellular matrix in multiple modes, which cannot be considered as completely orientation-averaged and exhibit structural dependence. The novel comparative molecular field analysis models, exhibiting satisfactory descriptive and predictive abilities, are suitable for prediction of the extracellular matrix binding for the untested chemicals, which are within applicability domains. The results contribute to a better prediction of the pharmacokinetic parameters such as the distribution volume and the tissue-blood partition coefficients, in addition to a more imminent benefit for the development of more effective matrix metalloproteinase inhibitors.

  18. Survival of Lactobacillus rhamnosus strains inoculated in cheese matrix during simulated human digestion.

    Science.gov (United States)

    Pitino, Iole; Randazzo, Cinzia L; Cross, Kathryn L; Parker, Mary L; Bisignano, Carlo; Wickham, Martin S J; Mandalari, Giuseppina; Caggia, Cinzia

    2012-08-01

    Survival of probiotic bacteria during transit through the gastrointestinal (GI) tract is influenced by a number of environmental variables including stomach acidity, bile salts, digestive enzymes and food matrix. This study assessed survival of seven selected Lactobacillus rhamnosus strains delivered within a model cheese system to the human upper GI tract using a dynamic gastric model (DGM). Good survival rates for all tested strains were recorded during both simulated gastric and duodenal digestion. Strains H12, H25 and N24 demonstrated higher survival capacities during gastric digestion than L. rhamnosus GG strain used as control, with H12 and N24 continuing to grow during duodenal digestion. Strains L. rhamnosus F17, N24 and R61 showed adhesion properties to both HT-29 and Caco-2 cells. The ability to attach to the cheese matrix during digestion was confirmed by scanning electron microscopy, also indicating production of extracellular polysaccharides as a response to acid stress. Copyright © 2012 Elsevier Ltd. All rights reserved.

  19. Energy and energy gradient matrix elements with N-particle explicitly correlated complex Gaussian basis functions with L =1

    Science.gov (United States)

    Bubin, Sergiy; Adamowicz, Ludwik

    2008-03-01

    In this work we consider explicitly correlated complex Gaussian basis functions for expanding the wave function of an N-particle system with the L =1 total orbital angular momentum. We derive analytical expressions for various matrix elements with these basis functions including the overlap, kinetic energy, and potential energy (Coulomb interaction) matrix elements, as well as matrix elements of other quantities. The derivatives of the overlap, kinetic, and potential energy integrals with respect to the Gaussian exponential parameters are also derived and used to calculate the energy gradient. All the derivations are performed using the formalism of the matrix differential calculus that facilitates a way of expressing the integrals in an elegant matrix form, which is convenient for the theoretical analysis and the computer implementation. The new method is tested in calculations of two systems: the lowest P state of the beryllium atom and the bound P state of the positronium molecule (with the negative parity). Both calculations yielded new, lowest-to-date, variational upper bounds, while the number of basis functions used was significantly smaller than in previous studies. It was possible to accomplish this due to the use of the analytic energy gradient in the minimization of the variational energy.

  20. Energy and energy gradient matrix elements with N-particle explicitly correlated complex Gaussian basis functions with L=1.

    Science.gov (United States)

    Bubin, Sergiy; Adamowicz, Ludwik

    2008-03-21

    In this work we consider explicitly correlated complex Gaussian basis functions for expanding the wave function of an N-particle system with the L=1 total orbital angular momentum. We derive analytical expressions for various matrix elements with these basis functions including the overlap, kinetic energy, and potential energy (Coulomb interaction) matrix elements, as well as matrix elements of other quantities. The derivatives of the overlap, kinetic, and potential energy integrals with respect to the Gaussian exponential parameters are also derived and used to calculate the energy gradient. All the derivations are performed using the formalism of the matrix differential calculus that facilitates a way of expressing the integrals in an elegant matrix form, which is convenient for the theoretical analysis and the computer implementation. The new method is tested in calculations of two systems: the lowest P state of the beryllium atom and the bound P state of the positronium molecule (with the negative parity). Both calculations yielded new, lowest-to-date, variational upper bounds, while the number of basis functions used was significantly smaller than in previous studies. It was possible to accomplish this due to the use of the analytic energy gradient in the minimization of the variational energy.