Computer Simulation Using Particles
eBook - ePub

Computer Simulation Using Particles

R.W Hockney, J.W Eastwood

Condividi libro
  1. 540 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Computer Simulation Using Particles

R.W Hockney, J.W Eastwood

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

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.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Computer Simulation Using Particles è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Computer Simulation Using Particles di R.W Hockney, J.W Eastwood in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Sciences physiques e Physique mathématique et informatique. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Editore
CRC Press
Anno
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...

Indice dei contenuti