كتاب An Introduction to Computer Simulation
منتدى هندسة الإنتاج والتصميم الميكانيكى
بسم الله الرحمن الرحيم

أهلا وسهلاً بك زائرنا الكريم
نتمنى أن تقضوا معنا أفضل الأوقات
وتسعدونا بالأراء والمساهمات
إذا كنت أحد أعضائنا يرجى تسجيل الدخول
أو وإذا كانت هذة زيارتك الأولى للمنتدى فنتشرف بإنضمامك لأسرتنا
وهذا شرح لطريقة التسجيل فى المنتدى بالفيديو :
http://www.eng2010.yoo7.com/t5785-topic
وشرح لطريقة التنزيل من المنتدى بالفيديو:
http://www.eng2010.yoo7.com/t2065-topic
إذا واجهتك مشاكل فى التسجيل أو تفعيل حسابك
وإذا نسيت بيانات الدخول للمنتدى
يرجى مراسلتنا على البريد الإلكترونى التالى :

Deabs2010@yahoo.com


-----------------------------------
-Warning-

This website uses cookies
We inform you that this site uses own, technical and third parties cookies to make sure our web page is user-friendly and to guarantee a high functionality of the webpage.
By continuing to browse this website, you declare to accept the use of cookies.
منتدى هندسة الإنتاج والتصميم الميكانيكى
بسم الله الرحمن الرحيم

أهلا وسهلاً بك زائرنا الكريم
نتمنى أن تقضوا معنا أفضل الأوقات
وتسعدونا بالأراء والمساهمات
إذا كنت أحد أعضائنا يرجى تسجيل الدخول
أو وإذا كانت هذة زيارتك الأولى للمنتدى فنتشرف بإنضمامك لأسرتنا
وهذا شرح لطريقة التسجيل فى المنتدى بالفيديو :
http://www.eng2010.yoo7.com/t5785-topic
وشرح لطريقة التنزيل من المنتدى بالفيديو:
http://www.eng2010.yoo7.com/t2065-topic
إذا واجهتك مشاكل فى التسجيل أو تفعيل حسابك
وإذا نسيت بيانات الدخول للمنتدى
يرجى مراسلتنا على البريد الإلكترونى التالى :

Deabs2010@yahoo.com


-----------------------------------
-Warning-

This website uses cookies
We inform you that this site uses own, technical and third parties cookies to make sure our web page is user-friendly and to guarantee a high functionality of the webpage.
By continuing to browse this website, you declare to accept the use of cookies.



 
الرئيسيةالبوابةأحدث الصورالتسجيلدخولحملة فيد واستفيدجروب المنتدى

شاطر
 

 كتاب An Introduction to Computer Simulation

اذهب الى الأسفل 
انتقل الى الصفحة : 1, 2  الصفحة التالية
كاتب الموضوعرسالة
Admin
مدير المنتدى
مدير المنتدى
Admin

عدد المساهمات : 18717
التقييم : 34685
تاريخ التسجيل : 01/07/2009
الدولة : مصر
العمل : مدير منتدى هندسة الإنتاج والتصميم الميكانيكى

كتاب An Introduction to Computer Simulation Empty
مُساهمةموضوع: كتاب An Introduction to Computer Simulation   كتاب An Introduction to Computer Simulation Emptyالخميس 22 أغسطس 2013, 1:41 am

أخوانى فى الله
أحضرت لكم كتاب
An Introduction to Computer Simulation
M. M. Woolfson, G. J. Pert
Department of Physics,
University of York

كتاب An Introduction to Computer Simulation P_822ki6504
ويتناول الموضوعات الأتية :

Contents
List of programs available xv
1 Models and simulation l
1.1 What is a model? 1
1.2 Why we use models and how 3
1.2.1 A simple harmonic oscillator 3
1.3 Techniques for solving first-order ordinary 6
differential equations
1.3.1 Euler methods 6
1.3.2 The Runge-Kutta method 8
1.3.3 The Adams-Moulton method 9
1.3.4 The Numerov method 11
1.4 Solution of the forced, damped oscillator 12
1.5 General ideas about simulation 14
1.5.1 The Trojan asteroids 15
1.5.2 An orbiting satellite under tidal stress 17
1.6 Types of simulation and their applications 22
1.6.1 The Monte Carlo method 22
1.6.2 Particle methods 24
1.6.3 Continuum physics - the finite-difference
method 26
1.6.4 Continuum physics - the finite-element method 27
1.7 Complex models - a systems approach 28
1.8 Validation and testing 30
Problems 31
Finite-difference methods 33
2.1 Finite differences for ordinary derivatives 33
2.2 The use of finite differences 37
2.2.1 The shooting method 38
2.2.2 Solution by linear equations 39
2.3 The diffusion equation 41
2Contents
2.4 Finite-difference representation of partial derivatives 43
2.5 The explicit method 44
2.6 The Crank-Nicholson implicit method 47
2.7 Differential boundary conditions 50
2.8 The Dufort-Frankel method 53
2.9 Consistency 55
2.9.1 Consistency for the explicit method 57
2.9.2 Consistency for the Crank-Nicholson
method 59
2.10 Stability 61
2.10.1 Stability of the explicit method 61
2.10.2 Stability of the Crank-Nicholson
method 63
2.11 Types of partial differential equation 64
2.12 A heated plate in equilibrium 64
2.13 Gauss-Seidel, relaxation and conjugate-gradient
methods
2.13.1 The Gauss-Seidel method
2.13.2 The relaxation method
2.13.3 The over-relaxation method
2.13.4 Conjugate-gradient methods
2.14 The solution of general heated-plate problems
2.15 The Poisson, Laplace and diffusion equations
with other geometries
2.15.1 The control-volume method
2.15.2 A heat-flow problem with axial
symmetry
Problems
Simulation with particles
3.1 Types of problem
3.2 A few particles with inter-particle forces
3.2.1 A binary-star system
3.3 An electron in a magnetic field
3.3.1 The electron-microscope lens
3.4 N-body problems
3.4.1 Evolution of a stellar cluster
3.5 Molecular dynamics
3.5.1 Simulation of a liquid by molecular dynamics
3Contents xi
3.5.2 The equation of state of a liquid 102
3.5.3 The equation of state from molecular
dynamics 104
3.6 Considerations in modelling plasmas 108
3.7 The collisionless particle-in-cell model 114
3.7.1 A one-dimensional plasma program 116
3.8 Galaxy simulation 122
3.9 Fourier-series methods of solving Poisson's
equation 125
Problems 127
The Monte Carlo method 129
4.1 Applications of Monte Carlo simulations 129
4.2 Thegeneration of random numbers - uniform
deviates 130
4.2.1 Sequential correlation 130
4.2.2 The selection of random points within
a sphere 131
4.3 The generation of random numbers - non-uniform
deviates 132
4.3.1 The transformation method 132
4.3.2 The normal distribution - the Box-Muller
transformation 134
4.3.3 The rejection method 135
4.3.4 Markov chain methods 137
4.4 Simulation of a fluid by a Monte Carlo method 138
R TheMetropolis algorithm - theequation
of state of a liquid 139
4.5 Integration by Monte Carlo methods 141
4.6 Monte Carlo solution of Poisson's equation 145
4.7 The Monte Carlo method applied to a nuclear
reactor 147
Problems 153
The wave equation 156
5.1 General solutions of the wave equation 156
5.2 A finite-difference approach 158
5.2.1 Stability of the finite-difference equations 160
5.3 Two-dimensional vibrations 164
4 5Contents
5.4 Optical diffraction 166
5.5 Fraunhofer diffraction 168
5.6 Discrete Fourier transforms 169
5.6.1 Fast Fourier transforms 170
5.7 Fresnel diffraction 175
Problems 177
The finite-element method 179
6.1 Introduction 179
6.2 Differential equations and functionals 179
6.3 Linear variational functions 183
6.3.1 Many-straight-line variational
functions 185
6.4 Applications of the finite-element method
in one dimension 190
6.4.1 Time-dependent heat flow 190
6.4.2 Heat flow with differential boundary
conditions 191
6.4.3 Heat generation, point sources and sinks 193
6.4.4 A one-dimensional finite-elementprogram 194
6.5 The general finite-element approach 196
6.6 Laplace's equation in a two-dimensional space 197
6.6.1 The time-independent heated-plate problem 200
6.7 A two-dimensional finite-element program 202
6.8 Applications of the finite-element method 204
6.9 The residual formulation of finite-element methods 205
6.9.1 Laplace's equations with the Galerkin method 207
Problems 208
Computational fluid dynamics 211
7.1 A general description of fluid dynamics 211
7.2 The equations of transport of fluid properties 212
7.3 Numerical studies of diffusion and advection 213
7.4 Stability conditions 218
7.5 Central difference for advection and diffusion 221
7.6 The Lax-Wendroff method 223
7.7 The QUICKEST method 225
6 7Contents xiii
7.8 The basic equations of fluid dynamics 227
7.8.1 Conservation of mass - Eulerian form 228
7.8.2 Conservation of momentum -
Eulerian form 229
7.8.3 Conservation of mass and momentum -
Lagrangian form 230
7.9 The incompressible fluid 232
7.10 The pressure method for incompressible fluids 233
7.11 The marker-and-cell method 237
7.12 Polytropic gases 240
7.13 The von Neumann-Richtmyer method for
compressible fluids 243
7.14 Artificial viscosity 245
7.15 Blast-wave modelling 247
7.15.1 A nuclear explosion program 248
7.16 Multi-dimensional compressible flow 250
7.17 Smoothed particle hydrodynamics 251
Problems 255
Appendices
1 The elements of matrix algebra 259
2 A simple conjugate gradient method 265
3 The virial theorem 268
4 The condition for collisionless PIC 270
5 The coefficients of a half-sine-wave Fourier series 273
6 Numerical quadrature 274
7 Calculation of the four-element solution to (6.11) 284
Problems - solutions and comments 287
References 307
Index 30


 كلمة سر فك الضغط : books-world.net
The Unzip Password : books-world.net
أتمنى أن تستفيدوا منه وأن ينال إعجابكم

رابط من موقع عالم الكتب لتنزيل كتاب An Introduction to Computer Simulation
الرجوع الى أعلى الصفحة اذهب الى الأسفل
محمد محمد أحمد
مهندس فعال جدا جدا
مهندس فعال جدا جدا
محمد محمد أحمد

عدد المساهمات : 654
التقييم : 694
تاريخ التسجيل : 14/11/2012
العمر : 32
الدولة : EGYPT
العمل : Student
الجامعة : Menoufia

كتاب An Introduction to Computer Simulation Empty
مُساهمةموضوع: رد: كتاب An Introduction to Computer Simulation   كتاب An Introduction to Computer Simulation Emptyالخميس 22 أغسطس 2013, 6:05 pm

الرجوع الى أعلى الصفحة اذهب الى الأسفل
Admin
مدير المنتدى
مدير المنتدى
Admin

عدد المساهمات : 18717
التقييم : 34685
تاريخ التسجيل : 01/07/2009
الدولة : مصر
العمل : مدير منتدى هندسة الإنتاج والتصميم الميكانيكى

كتاب An Introduction to Computer Simulation Empty
مُساهمةموضوع: رد: كتاب An Introduction to Computer Simulation   كتاب An Introduction to Computer Simulation Emptyالجمعة 23 أغسطس 2013, 1:26 pm

محمد محمد أحمد كتب:
جزاك الله كل خير
جزانا الله وإياك خيراً
الرجوع الى أعلى الصفحة اذهب الى الأسفل
houdaabasha
مهندس تحت الاختبار
مهندس تحت الاختبار
houdaabasha

عدد المساهمات : 88
التقييم : 136
تاريخ التسجيل : 02/03/2012
العمر : 39
الدولة : مصر
العمل : math king
الجامعة : طنــــــطـــــــــــــــا

كتاب An Introduction to Computer Simulation Empty
مُساهمةموضوع: رد: كتاب An Introduction to Computer Simulation   كتاب An Introduction to Computer Simulation Emptyالسبت 24 أغسطس 2013, 10:14 pm

الرجوع الى أعلى الصفحة اذهب الى الأسفل
Admin
مدير المنتدى
مدير المنتدى
Admin

عدد المساهمات : 18717
التقييم : 34685
تاريخ التسجيل : 01/07/2009
الدولة : مصر
العمل : مدير منتدى هندسة الإنتاج والتصميم الميكانيكى

كتاب An Introduction to Computer Simulation Empty
مُساهمةموضوع: رد: كتاب An Introduction to Computer Simulation   كتاب An Introduction to Computer Simulation Emptyالأحد 25 أغسطس 2013, 8:48 am

الرجوع الى أعلى الصفحة اذهب الى الأسفل
 
كتاب An Introduction to Computer Simulation
الرجوع الى أعلى الصفحة 
صفحة 2 من اصل 2انتقل الى الصفحة : 1, 2  الصفحة التالية
 مواضيع مماثلة
-
» كتاب An Introduction to Computer Simulation
» كتاب An Introduction to SolidWorks Flow Simulation
» كتاب Introduction to Modeling and Simulation with MATLAB and Python
» كتاب An Introduction to SOLIDWORKS Flow Simulation 2023
» كتاب Introduction to Static Analysis Using SolidWorks Simulation

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
منتدى هندسة الإنتاج والتصميم الميكانيكى :: المنتديات الهندسية :: منتدى الكتب والمحاضرات الهندسية :: منتدى الكتب والمحاضرات الهندسية الأجنبية-
انتقل الى: