The 5AT Fundamental Design Calculations

The 5AT Fundamental Design Calculations
Author: David Wardale
Publisher:
Total Pages: 556
Release: 2015-04-27
Genre:
ISBN: 9781942748137


Download The 5AT Fundamental Design Calculations Book in PDF, Epub and Kindle

The 5AT (Class 5 Advanced Technology) steam locomotive was the brainchild of David Wardale, a British railway engineer who, in the late 1970s and early 1980s, made his name and reputation on South African Railways where he modified two locomotives: Class 19D 4-8-2 No 2644 and more famously Class 25 4-8-4 No 3450 which became the sole representative of Class 26, better known as "The Red Devil". In undertaking these modifications, Wardale put into practice the principles of "modern steam" developed by the Argentinean engineer Livio Dante Porta.In the concluding chapter of his iconic book "The Red Devil and Other Tales from the Age of Steam", Wardale speculated on what a "modernised" version of the humble BR Standard Class 5 4-6-0 might have been capable of delivering in terms of power and performance. It was his predictions for the performance of such a locomotive (as transcribed into this publication) that inspired the steam enthusiasts who, in 2002, formed the 5AT Project team.Whilst the 5AT Project ultimately failed in its aim of building a 5AT locomotive, it left an important legacy in the form of a complete set of Fundamental Design Calculations as undertaken by Wardale. These firmly established the remarkable performance that the 5AT would have delivered, and the requirements to be adopted in its detail design.This publication presents those calculations for the guidance of engineers, present and future, seeking to improve the performance, efficiency, reliability and/or economy of steam locomotives of any size and shape.

The Railway Magazine

The Railway Magazine
Author:
Publisher:
Total Pages:
Release: 2005-01
Genre: Railroads
ISBN:


Download The Railway Magazine Book in PDF, Epub and Kindle

Design Stressing

Design Stressing
Author: Gilbert McIntosh
Publisher:
Total Pages: 38
Release: 1988
Genre: Strains and stresses
ISBN: 9780951406601


Download Design Stressing Book in PDF, Epub and Kindle

Understanding Information

Understanding Information
Author: Alfons Josef Schuster
Publisher: Springer
Total Pages: 242
Release: 2017-07-26
Genre: Computers
ISBN: 3319590901


Download Understanding Information Book in PDF, Epub and Kindle

The motivation of this edited book is to generate an understanding about information, related concepts and the roles they play in the modern, technology permeated world. In order to achieve our goal, we observe how information is understood in domains, such as cosmology, physics, biology, neuroscience, computer science, artificial intelligence, the Internet, big data, information society, or philosophy. Together, these observations form an integrated view so that readers can better understand this exciting building-block of modern-day society. On the surface, information is a relatively straightforward and intuitive concept. Underneath, however, information is a relatively versatile and mysterious entity. For instance, the way a physicist looks at information is not necessarily the same way as that of a biologist, a neuroscientist, a computer scientist, or a philosopher. Actually, when it comes to information, it is common that each field has its domain specific views, motivations, interpretations, definitions, methods, technologies, and challenges. With contributions by authors from a wide range of backgrounds, Understanding Information: From the Big Bang to Big Data will appeal to readers interested in the impact of ‘information’ on modern-day life from a variety of perspectives.

Automotive Transmissions

Automotive Transmissions
Author: Yong Chen
Publisher: Springer Nature
Total Pages: 577
Release: 2020-07-30
Genre: Technology & Engineering
ISBN: 9811567034


Download Automotive Transmissions Book in PDF, Epub and Kindle

This book introduces readers to the theory, design and applications of automotive transmissions. It covers multiple categories, e.g. AT, AMT, CVT, DCT and transmissions for electric vehicles, each of which has its own configuration and characteristics. In turn, the book addresses the effective design of transmission gear ratios, structures and control strategies, and other topics that will be of particular interest to graduate students, researchers and engineers. Moreover, it includes real-world solutions, simulation methods and testing procedures. Based on the author’s extensive first-hand experience in the field, the book allows readers to gain a deeper understanding of vehicle transmissions.

Geotechnical Modelling

Geotechnical Modelling
Author: David Muir Wood
Publisher: CRC Press
Total Pages: 582
Release: 2017-12-21
Genre: Science
ISBN: 1351990047


Download Geotechnical Modelling Book in PDF, Epub and Kindle

Modelling forms an implicit part of all engineering design but many engineers engage in modelling without consciously considering the nature, validity and consequences of the supporting assumptions. Derived from courses given to postgraduate and final year undergraduate MEng students, this book presents some of the models that form a part of the typical undergraduate geotechnical curriculum and describes some of the aspects of soil behaviour which contribute to the challenge of geotechnical modelling. Assuming a familiarity with basic soil mechanics and traditional methods of geotechnical design, this book is a valuable tool for students of geotechnical and structural and civil engineering as well as also being useful to practising engineers involved in the specification of numerical or physical geotechnical modelling.

Permanent Magnet Motor Technology

Permanent Magnet Motor Technology
Author: Jacek F. Gieras
Publisher: CRC Press
Total Pages: 591
Release: 2009-08-25
Genre: Technology & Engineering
ISBN: 1439859019


Download Permanent Magnet Motor Technology Book in PDF, Epub and Kindle

The importance of permanent magnet (PM) motor technology and its impact on electromechanical drives has grown exponentially since the publication of the bestselling second edition. The PM brushless motor market has grown considerably faster than the overall motion control market. This rapid growth makes it essential for electrical and electromechanical engineers and students to stay up-to-date on developments in modern electrical motors and drives, including their control, simulation, and CAD. Reflecting innovations in the development of PM motors for electromechanical drives, Permanent Magnet Motor Technology: Design and Applications, Third Edition demonstrates the construction of PM motor drives and supplies ready-to-implement solutions to common roadblocks along the way. This edition supplies fundamental equations and calculations for determining and evaluating system performance, efficiency, reliability, and cost. It explores modern computer-aided design of PM motors, including the finite element approach, and explains how to select PM motors to meet the specific requirements of electrical drives. The numerous examples, models, and diagrams provided in each chapter facilitate a lucid understanding of motor operations and characteristics. This 3rd edition of a bestselling reference has been thoroughly revised to include: Chapters on high speed motors and micromotors Advances in permanent magnet motor technology Additional numerical examples and illustrations An increased effort to bridge the gap between theory and industrial applications Modified research results The growing global trend toward energy conservation makes it quite possible that the era of the PM brushless motor drive is just around the corner. This reference book will give engineers, researchers, and graduate-level students the comprehensive understanding required to develop the breakthroughs that will push this exciting technology to the forefront.

A Primer on Scientific Programming with Python

A Primer on Scientific Programming with Python
Author: Hans Petter Langtangen
Publisher: Springer
Total Pages: 942
Release: 2016-07-28
Genre: Computers
ISBN: 3662498871


Download A Primer on Scientific Programming with Python Book in PDF, Epub and Kindle

The book serves as a first introduction to computer programming of scientific applications, using the high-level Python language. The exposition is example and problem-oriented, where the applications are taken from mathematics, numerical calculus, statistics, physics, biology and finance. The book teaches "Matlab-style" and procedural programming as well as object-oriented programming. High school mathematics is a required background and it is advantageous to study classical and numerical one-variable calculus in parallel with reading this book. Besides learning how to program computers, the reader will also learn how to solve mathematical problems, arising in various branches of science and engineering, with the aid of numerical methods and programming. By blending programming, mathematics and scientific applications, the book lays a solid foundation for practicing computational science. From the reviews: Langtangen ... does an excellent job of introducing programming as a set of skills in problem solving. He guides the reader into thinking properly about producing program logic and data structures for modeling real-world problems using objects and functions and embracing the object-oriented paradigm. ... Summing Up: Highly recommended. F. H. Wild III, Choice, Vol. 47 (8), April 2010 Those of us who have learned scientific programming in Python ‘on the streets’ could be a little jealous of students who have the opportunity to take a course out of Langtangen’s Primer.” John D. Cook, The Mathematical Association of America, September 2011 This book goes through Python in particular, and programming in general, via tasks that scientists will likely perform. It contains valuable information for students new to scientific computing and would be the perfect bridge between an introduction to programming and an advanced course on numerical methods or computational science. Alex Small, IEEE, CiSE Vol. 14 (2), March /April 2012 “This fourth edition is a wonderful, inclusive textbook that covers pretty much everything one needs to know to go from zero to fairly sophisticated scientific programming in Python...” Joan Horvath, Computing Reviews, March 2015

Complex Inorganic Solids

Complex Inorganic Solids
Author: Patrice E. A. Turchi
Publisher: Springer Science & Business Media
Total Pages: 420
Release: 2007-12-31
Genre: Technology & Engineering
ISBN: 0387259538


Download Complex Inorganic Solids Book in PDF, Epub and Kindle

One of the key aspects of this volume is to cut across the traditional taxonomy of disciplines in the study of alloys. Hence there has been a deliberate attempt to integrate the different approaches taken towards alloys as a class of materials in different fields, ranging from geology to metallurgical engineering. The emphasis of this book is to highlight commonalities between different fields with respect to how alloys are studied. The topics in this book fall into several themes, which suggest a number of different classification schemes. We have chosen a scheme that classifies the papers in the volume into the categories Microstructural Considerations, Ordering, Kinetics and Diffusion, Magnetic Considerations and Elastic Considerations. The book has juxtaposed apparently disparate approaches to similar physical processes, in the hope of revealing a more dynamic character of the processes under consideration. This monograph will invigorate new kinds of discussion and reveal challenges and new avenues to the description and prediction of properties of materials in the solid state and the conditions that produce them.

Quantitative Techniques for Competition and Antitrust Analysis

Quantitative Techniques for Competition and Antitrust Analysis
Author: Peter Davis
Publisher: Princeton University Press
Total Pages: 1185
Release: 2009-11-16
Genre: Business & Economics
ISBN: 1400831865


Download Quantitative Techniques for Competition and Antitrust Analysis Book in PDF, Epub and Kindle

This book combines practical guidance and theoretical background for analysts using empirical techniques in competition and antitrust investigations. Peter Davis and Eliana Garcés show how to integrate empirical methods, economic theory, and broad evidence about industry in order to provide high-quality, robust empirical work that is tailored to the nature and quality of data available and that can withstand expert and judicial scrutiny. Davis and Garcés describe the toolbox of empirical techniques currently available, explain how to establish the weight of pieces of empirical work, and make some new theoretical contributions. The book consistently evaluates empirical techniques in light of the challenge faced by competition analysts and academics--to provide evidence that can stand up to the review of experts and judges. The book's integrated approach will help analysts clarify the assumptions underlying pieces of empirical work, evaluate those assumptions in light of industry knowledge, and guide future work aimed at understanding whether the assumptions are valid. Throughout, Davis and Garcés work to expand the common ground between practitioners and academics.