Cargando…

Moving particle semi-implicit method : a meshfree particle method for fluid dynamics /

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Koshizuka, S. (Autor), Shibata, Kazuya (Autor), Kondo, Masahiro (Autor), Matsunaga, Takuya (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: London, United Kingdom : Academic Press, an imprint of Elsevier, 2018.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 SCIDIR_on1039718515
003 OCoLC
005 20231120010259.0
006 m o d
007 cr cnu---unuuu
008 180611s2018 enk ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d OPELS  |d N$T  |d EBLCP  |d CNCGM  |d MERER  |d OCLCF  |d YDX  |d OCLCQ  |d OTZ  |d NLE  |d OCLCQ  |d UKMGB  |d U3W  |d LVT  |d D6H  |d LQU  |d OCLCQ  |d S2H  |d OCLCO  |d VT2  |d OCLCQ  |d OCLCO  |d K6U  |d OCLCQ  |d SFB  |d OCLCQ  |d OCLCO 
015 |a GBB8B7622  |2 bnb 
016 7 |a 018909969  |2 Uk 
019 |a 1047620837  |a 1048111229  |a 1105173575  |a 1105561156  |a 1235844413 
020 |a 9780128128374  |q (electronic bk.) 
020 |a 0128128372  |q (electronic bk.) 
020 |z 9780128127797  |q (print) 
020 |z 0128127791 
035 |a (OCoLC)1039718515  |z (OCoLC)1047620837  |z (OCoLC)1048111229  |z (OCoLC)1105173575  |z (OCoLC)1105561156  |z (OCoLC)1235844413 
050 4 |a QA911 
072 7 |a MAT  |x 041000  |2 bisacsh 
082 0 4 |a 518/.25  |2 23 
100 1 |a Koshizuka, S.,  |e author. 
245 1 0 |a Moving particle semi-implicit method :  |b a meshfree particle method for fluid dynamics /  |c Seiichi Koshizuka, Kazuya Shibata, Masahiro Kondo, Takuya Matsunaga. 
264 1 |a London, United Kingdom :  |b Academic Press, an imprint of Elsevier,  |c 2018. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (ScienceDirect, viewed June 11, 2018). 
505 0 |a Front Cover; Moving Particle Semi-Implicit Method; Copyright Page; Contents; Preface; 1 Introduction; 1.1 Concept of Particle Methods; 1.1.1 Lagrangian Description; 1.1.2 Meshless Discretization; 1.1.3 Continuum Mechanics; 1.2 MPS Method; 1.2.1 Weighted Difference; 1.2.2 Particle Interaction Models; 1.2.3 Semi-implicit Algorithm; 1.2.4 MPS and SPH; 1.3 Research History of Particle Methods; References; 2 Fundamentals of Fluid Simulation by the MPS Method; 2.1 The Elements of the MPS Method; 2.1.1 Setting the Initial Positions of Particles; 2.1.2 Setting Initial Velocities of Particles. 
505 8 |a 2.1.3 How to Move Particles2.1.4 How to Calculate Acceleration of Particles; 2.2 Basic Theory of the MPS Method; 2.2.1 Mass of a Particle; 2.2.2 Governing Equations; 2.2.2.1 The Navier-Stokes Equations; 2.2.2.1.1 Meaning of the Pressure Gradient Term; 2.2.2.1.2 Meaning of the Viscous Term; 2.2.2.2 Equation of Continuity; 2.2.2.3 Notation by Vectors; 2.2.3 Particle Number Density and Weight Function; 2.2.3.1 The Standard Particle Number Density n0; 2.2.3.2 Relationship Between Particle Number Density and Fluid Density; 2.2.3.3 Example of Calculation; 2.2.3.4 The Form of a Weight Function. 
505 8 |a 2.2.4 Approximation of Partial Differential Operators2.2.4.1 Gradient; 2.2.4.2 The Gradient Model of the MPS Method (Nabla Model); 2.2.4.3 The Meaning of Each Parts of the Gradient Model; 2.2.4.4 Example of Gradient Calculation; 2.2.4.5 Laplacian Operator and Its Uses; 2.2.4.6 The Laplacian Model of the MPS Method; 2.2.4.6.1 The Meaning of the Laplacian Model; 2.2.4.6.2 Example of Laplacian Calculation; 2.2.5 Semi-implicit Method; 2.2.5.1 How to Calculate Pressure, and the Necessity of the Semi-implicit Method; 2.2.5.2 Outline of the Semi-implicit Method in the MPS Method. 
505 8 |a 2.2.5.3 Details of the Semi-implicit Method of the MPS Method2.2.5.4 Derivation of Pressure Poison Equation of the MPS Method; 2.2.5.5 How to Calculate the Pressure Poisson Equation; 2.2.5.6 The Boundary Condition of Pressure; 2.2.5.7 The Boundary Condition of Velocity; 2.3 Outline of Simulation Programs; 2.3.1 Contents of Program; 2.3.2 How to Compile and Execute the Sample Programs; 2.3.3 How to Visualize the Simulation Result; 2.3.4 Functions of the Program; 2.3.4.1 Libraries and Declarations; 2.3.4.2 Main Function; 2.3.4.3 initializeParticlePositionAndVelocity_for 2dim() Function. 
505 8 |a 2.3.4.4 calculateNZeroAndLambda() Function2.3.4.5 weight() Function; 2.3.4.6 mainLoopOfSimulation() Function; 2.3.4.7 calculateGravity Function; 2.3.4.8 calculateViscosity Function; 2.3.4.9 moveParticle() Function; 2.3.4.10 calculatePressure() Function; 2.3.4.11 calculateNumberDensity() Function; 2.3.4.12 setBoundaryCondition() Function; 2.3.4.13 setSourceTerm() Function; 2.3.4.14 setMatrix() Function; 2.3.4.15 solveSimultaniousEquationsByGaussianElimination() Function; 2.3.4.16 calculatePressureGradient() Function; 2.3.4.17 calculatePressure_forExplicitMPS() Function. 
504 |a Includes bibliographical references and index. 
650 0 |a Finite volume method. 
650 0 |a Meshfree methods (Numerical analysis) 
650 6 |a M�ethodes de volumes finis.  |0 (CaQQLa)201-0333874 
650 6 |a M�ethodes sans maillage (Analyse num�erique)  |0 (CaQQLa)201-0425819 
650 7 |a MATHEMATICS  |x Numerical Analysis.  |2 bisacsh 
650 7 |a Finite volume method  |2 fast  |0 (OCoLC)fst00924914 
650 7 |a Meshfree methods (Numerical analysis)  |2 fast  |0 (OCoLC)fst01017312 
700 1 |a Shibata, Kazuya,  |e author. 
700 1 |a Kondo, Masahiro,  |e author. 
700 1 |a Matsunaga, Takuya,  |e author. 
776 0 8 |i Print version:  |a Koshizuka, S.  |t Moving particle semi-implicit method.  |d London, United Kingdom : Academic Press, an imprint of Elsevier, 2018  |z 0128127791  |z 9780128127797  |w (OCoLC)1015846261 
856 4 0 |u https://sciencedirect.uam.elogim.com/science/book/9780128127797  |z Texto completo