Computer Simulation Using Particles
eBook - ePub

Computer Simulation Using Particles

R.W Hockney, J.W Eastwood

Share book
  1. 540 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Computer Simulation Using Particles

R.W Hockney, J.W Eastwood

Book details
Book preview
Table of contents
Citations

About This Book

Computer simulation of systems has become an important tool in scientific research and engineering design, including the simulation of systems through the motion of their constituent particles. Important examples of this are the motion of stars in galaxies, ions in hot gas plasmas, electrons in semiconductor devices, and atoms in solids and liquids. The behavior of the system is studied by programming into the computer a model of the system and then performing experiments with this model. New scientific insight is obtained by observing such computer experiments, often for controlled conditions that are not accessible in the laboratory. Computer Simulation using Particles deals with the simulation of systems by following the motion of their constituent particles. This book provides an introduction to simulation using particles based on the NGP, CIC, and P3M algorithms and the programming principles that assist with the preparations of large simulation programs based on the OLYMPUS methodology. It also includes case study examples in the fields of astrophysics, plasmas, semiconductors, and ionic solids as well as more detailed mathematical treatment of the models, such as their errors, dispersion, and optimization.This resource will help you understand how engineering design can be assisted by the ability to predict performance using the computer model before embarking on costly and time-consuming manufacture.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Computer Simulation Using Particles an online PDF/ePUB?
Yes, you can access Computer Simulation Using Particles by R.W Hockney, J.W Eastwood in PDF and/or ePUB format, as well as other popular books in Sciences physiques & Physique mathématique et informatique. We have over one million books available in our catalogue for you to explore.

Information

Publisher
CRC Press
Year
2021
ISBN
9781000430813

CHAPTER
ONE

COMPUTER EXPERIMENTS USING PARTICLE MODELS

1-1 INTRODUCTION

In this book, we shall be concerned with an area of scientific investigation where the computer plays a central role. The topics we shall consider are usually classified under the heading “computational physics,” although such a title is a little misleading since the material covered overlaps many established subject areas: physics, chemistry, engineering, numerical analysis, and computer science all play a part in computational physics. For this reason, we prefer the more general term “computational science.”
The starting point of the computational science approach to scientific investigation is a mathematical model of the physical phenomenon of interest. The equations of the mathematical model are cast into a discrete algebraic form which is amenable to numerical solution. The discrete algebraic equations describe the simulation model which, when expressed as a sequence of computer instructions, provides the computer simulation program. The computer plus program then allow the evolution of the model physical system to be investigated in computer experiments.
Computer simulation may be regarded as the theoretical exercise of numerically solving an initial-value–boundary-value problem. At time t = 0, the initial state of the system is specified in some finite region of space (the computational box) on the surface of which prescribed boundary conditions hold. The simulation consists of following the temporal evolution of the configuration. The main part of the calculation is the timestep cycle in which the state of the physical system is incremented forwards in time by a small timestep, DT. The experimental aspect, and thence the name computer experiment, arises when we consider the problems of measurements. Even the simplest simulation calculation generates large amounts of data which require an experimental approach to obtain results in a digestible form.
Although the amount of data which can be handled by computers is large, it is nevertheless finite. Much of the ingenuity of computational scientists is devoted to obtaining good simulation models of the physical systems within the constraints of the available finite computer resources. Methods of discretization used in obtaining simulation models include finite-difference methods (Richtmyer and Morton, 1967), finite-element methods (Strang and Fix, 1973), and the methods to be dealt with in this book, particle methods.
Particle models” is a generic term for the class of simulation models where the discrete representation of physical phenomena involves the use of interacting particles. The name “particle” arose because in most applications the particles may be identified directly with physical objects. Each particle has a set of attributes, such as mass, charge, vorticity, position, momentum. The state of the physical system is defined by the attributes of a finite ensemble of particles and the evolution of the system is determined by the laws of interactions of the particles. A feature which makes particle models computationally attractive is that a number of the particle attributes are conserved quantities and so need no updating as the computer simulation evolves in time.
The relationship between the particles of the simulation model and particles in physical systems is determined largely by the interplay of finite computer resources and the length and timescale...

Table of contents