Dependence and Transformation


Book Description

Monograph on the theoretics of underdevelopment, economic development, and transition to socialism in small developing countries - suggests economic policies and production strategies, and discusses the problem of dependent economic relationships (role of developed countries), etc. Bibliography pp. 311 to 319, references and statistical tables.




Power System Transients


Book Description

This new edition covers a wide area from transients in power systems—including the basic theory, analytical calculations, EMTP simulations, computations by numerical electromagnetic analysis methods, and field test results—to electromagnetic disturbances in the field on EMC and control engineering. Not only does it show how a transient on a single-phase line can be explained from a physical viewpoint, but it then explains how it can be solved analytically by an electric circuit theory. Approximate formulas, which can be calculated by a pocket calculator, are presented so that a transient can be analytically evaluated by a simple hand calculation. Since a real power line is three-phase, this book includes a theory that deals with a multi-phase line for practical application. In addition, methods for tackling a real transient in a power system are introduced. This new edition contains three completely revised and updated chapters, as well as two new chapters on grounding and numerical methods.




Beyond Addiction


Book Description

The most innovative leaders in progressive addiction treatment in the US offer a groundbreaking, science-based guide to helping loved ones overcome addiction problems and compulsive behaviors. The most innovative leaders in progressive addiction treatment in the US offer a groundbreaking, science-based guide to helping loved ones overcome addiction problems and compulsive behaviors. Beyond Addiction eschews the theatrics of interventions and tough love to show family and friends how they can use kindness, positive reinforcement, and motivational and behavioral strategies to help their loved ones change. Drawing on forty collective years of research and decades of clinical experience, the authors present the best practical advice science has to offer. Delivered with warmth, optimism, and humor, Beyond Addiction defines a new, empowered role for friends and family and a paradigm shift for the field. Learn how to tap the transformative power of relationships for positive change, guided by exercises and examples. Practice what really works in therapy and in everyday life, and discover many different treatment options along with tips for navigating the system. And have hope: this guide is designed not only to help someone change, but to help someone want to change.




Ti-Based Biomaterials


Book Description

Recently, great attention has been paid to materials that can be used in the human body to prepare parts that replace failed bone structures. Of all materials, Ti-based materials are the most desirable, because they provide an optimum combination of mechanical, chemical, and biological properties. The successful application of Ti biomaterials has been confirmed mainly in dentistry, orthopedics, and traumatology. Titanium biocompatibility is practically the highest of all metallic biomaterials; however, new solutions are being sought to continuously improve their biocompatibility and osseointegration. Thus, the chemical modification of Ti results in the formation of new alloys or composites, which provide new perspectives for Ti biomaterials applications. This book covers broad aspects of Ti-based biomaterials concerning the design of their structure, mechanical, and biological properties. This book demonstrates that the new Ti-based compounds and their surface treatment provide the best properties for biomedical applications.




Power System Transients


Book Description

Despite the powerful numerical techniques and graphical user interfaces available in present software tools for power system transients, a lack of reliable tests and conversion procedures generally makes determination of parameters the most challenging part of creating a model. Illustrates Parameter Determination for Real-World Applications Geared toward both students and professionals with at least some basic knowledge of electromagnetic transient analysis, Power System Transients: Parameter Determination summarizes current procedures and techniques for the determination of transient parameters for six basic power components: overhead line, insulated cable, transformer, synchronous machine, surge arrester, and circuit breaker. An expansion on papers published in the IEEE Transactions on Power Delivery, this text helps those using transient simulation tools (e.g., EMTP-like tools) to select the optimal determination method for their particular model, and it addresses commonly encountered problems, including: Lack of information Testing setups and measurements that are not recognized in international standards Insufficient studies to validate models, mainly those used in high-frequency transients Current built-in models that do not cover all requirements Illustrated with case studies, this book provides modeling guidelines for the selection of adequate representations for main components. It discusses how to collect the information needed to obtain model parameters and also reviews procedures for deriving them. Appendices summarize updated techniques for identifying linear systems from frequency responses and review capabilities and limitations of simulation tools. Emphasizing standards, this book is a clear and concise presentation of key aspects in creating an adequate and reliable transient model.




Thermo-Mechanically Coupled Cyclic Deformation and Fatigue Failure of NiTi Shape Memory Alloys


Book Description

Written by leading experts in the field, this book highlights an authoritative and comprehensive introduction to thermo-mechanically coupled cyclic deformation and fatigue failure of shape memory alloys. The book deals with: (1) experimental observations on the cyclic deformation and fatigue failure in the macroscopic and microscopic scales; (2) molecular dynamics and phase-field simulations for the thermo-mechanical behaviors and underlying mechanisms during cyclic deformation; (3) macroscopic phenomenological and crystal plasticity-based cyclic constitutive models; and (4) fatigue failure models. This book is an important reference for students, practicing engineers and researchers who study shape memory alloys in the areas of mechanical, civil and aerospace engineering as well as materials science.




Formal Methods and Testing


Book Description

This book constitutes the thoroughly refereed and peer-reviewed outcome of the Formal Methods and Testing (FORTEST) network - formed as a network established under UK EPSRC funding that investigated the relationships between formal (and semi-formal) methods and software testing - now being a subject group of two BCS Special Interest Groups: Formal Aspects of Computing Science (BCS FACS) and Special Interest Group in Software Testing (BCS SIGIST). Each of the 12 chapters in this book describes a way in which the study of formal methods and software testing can be combined in a manner that brings the benefits of formal methods (e.g., precision, clarity, provability) with the advantages of testing (e.g., scalability, generality, applicability).




Transformation Thermotics and Extended Theories


Book Description

This open access book describes the theory of transformation thermotics and its extended theories for the active control of macroscopic thermal phenomena of artificial systems, which is in sharp contrast to classical thermodynamics comprising the four thermodynamic laws for the passive description of macroscopic thermal phenomena of natural systems. This monograph consists of two parts, i.e., inside and outside metamaterials, and covers the basic concepts and mathematical methods, which are necessary to understand the thermal problems extensively investigated in physics, but also in other disciplines of engineering and materials. The analyses rely on models solved by analytical techniques accompanied by computer simulations and laboratory experiments. This monograph can not only be a bridge linking three first-class disciplines, i.e., physics, thermophysics, and materials science, but also contribute to interdisciplinary development.




Advanced Theory of Signal Detection


Book Description

This monograph contains a number of problems with signal detection theory, presenting a generalized observation model for signal detection problems. The model includes several interesting and common special cases, such as those describing additive noise, multiplicative noise and signal-dependent noise.




Automatic Parallelization


Book Description

Distributed-memory multiprocessing systems (DMS), such as Intel's hypercubes, the Paragon, Thinking Machine's CM-5, and the Meiko Computing Surface, have rapidly gained user acceptance and promise to deliver the computing power required to solve the grand challenge problems of Science and Engineering. These machines are relatively inexpensive to build, and are potentially scalable to large numbers of processors. However, they are difficult to program: the non-uniformity of the memory which makes local accesses much faster than the transfer of non-local data via message-passing operations implies that the locality of algorithms must be exploited in order to achieve acceptable performance. The management of data, with the twin goals of both spreading the computational workload and minimizing the delays caused when a processor has to wait for non-local data, becomes of paramount importance. When a code is parallelized by hand, the programmer must distribute the program's work and data to the processors which will execute it. One of the common approaches to do so makes use of the regularity of most numerical computations. This is the so-called Single Program Multiple Data (SPMD) or data parallel model of computation. With this method, the data arrays in the original program are each distributed to the processors, establishing an ownership relation, and computations defining a data item are performed by the processors owning the data.