词条 | Smoothed-particle hydrodynamics |
释义 |
Smoothed-particle hydrodynamics (SPH) is a computational method used for simulating the mechanics of continuum media, such as solid mechanics and fluid flows. It was developed by Gingold and Monaghan [1] and Lucy[2] in 1977, initially for astrophysical problems. It has been used in many fields of research, including astrophysics, ballistics, volcanology, and oceanography. It is a meshfree Lagrangian method (where the co-ordinates move with the fluid), and the resolution of the method can easily be adjusted with respect to variables such as density. MethodHistoryAdvantages
Limitations
ExamplesFluid dynamicsSmoothed-particle hydrodynamics is being increasingly used to model fluid motion as well. This is due to several benefits over traditional grid-based techniques. First, SPH guarantees conservation of mass without extra computation since the particles themselves represent mass. Second, SPH computes pressure from weighted contributions of neighboring particles rather than by solving linear systems of equations. Finally, unlike grid-based techniques, which must track fluid boundaries, SPH creates a free surface for two-phase interacting fluids directly since the particles represent the denser fluid (usually water) and empty space represents the lighter fluid (usually air). For these reasons, it is possible to simulate fluid motion using SPH in real time. However, both grid-based and SPH techniques still require the generation of renderable free surface geometry using a polygonization technique such as metaballs and marching cubes, point splatting, or 'carpet' visualization. For gas dynamics it is more appropriate to use the kernel function itself to produce a rendering of gas column density (e.g., as done in the SPLASH visualisation package). One drawback over grid-based techniques is the need for large numbers of particles to produce simulations of equivalent resolution. In the typical implementation of both uniform grids and SPH particle techniques, many voxels or particles will be used to fill water volumes that are never rendered. However, accuracy can be significantly higher with sophisticated grid-based techniques, especially those coupled with particle methods (such as particle level sets), since it is easier to enforce the incompressibility condition in these systems. SPH for fluid simulation is being used increasingly in real-time animation and games where accuracy is not as critical as interactivity. Recent work in SPH for fluid simulation has increased performance, accuracy, and areas of application:
AstrophysicsSmoothed-particle hydrodynamics's adaptive resolution, numerical conservation of physically conserved quantities, and ability to simulate phenomena covering many orders of magnitude make it ideal for computations in theoretical astrophysics.[20] Simulations of galaxy formation, star formation, stellar collisions,[21] supernovae[22] and meteor impacts are some of the wide variety of astrophysical and cosmological uses of this method. SPH is used to model hydrodynamic flows, including possible effects of gravity. Incorporating other astrophysical processes which may be important, such as radiative transfer and magnetic fields is an active area of research in the astronomical community, and has had some limited success.[23][24] Solid mechanicsLibersky and Petschek[25][26] extended SPH to Solid Mechanics. The main advantage of SPH in this application is the possibility of dealing with larger local distortion than grid-based methods. This feature has been exploited in many applications in Solid Mechanics: metal forming, impact, crack growth, fracture, fragmentation, etc. Another important advantage of meshfree methods in general, and of SPH in particular, is that mesh dependence problems are naturally avoided given the meshfree nature of the method. In particular, mesh alignment is related to problems involving cracks and it is avoided in SPH due to the isotropic support of the kernel functions. However, classical SPH formulations suffer from tensile instabilities[27] and lack of consistency.[28] Over the past years, different corrections have been introduced to improve the accuracy of the SPH solution, leading to the RKPM by Liu et al.[29] Randles and Libersky[30] and Johnson and Beissel[31] tried to solve the consistency problem in their study of impact phenomena. Dyka et al.[32][33] and Randles and Libersky[34] introduced the stress-point integration into SPH and Ted Belytschko et al.[35] showed that the stress-point technique removes the instability due to spurious singular modes, while tensile instabilities can be avoided by using a Lagrangian kernel. Many other recent studies can be found in the literature devoted to improve the convergence of the SPH method. Recent improvements in understanding the convergence and stability of SPH have allowed for more widespread applications in Solid Mechanics. Other examples of applications and developments of the method include:
Numerical toolsInterpolationsThe smoothed-particle hydrodynamics (SPH) method works by dividing the fluid into a set of discrete moving elements , referred to as particles. Their Lagrangian nature allows setting their position by integration of their velocity as: These particles interact through a kernel function with characteristic radius known as the "smoothing length", typically represented in equations by . This means that the physical quantity of any particle can be obtained by summing the relevant properties of all the particles that lie within the range of the kernel, the latter being used as a weighting function . This can be understood in two steps. First an arbitrary field is written as a convolution with : The error in making the above approximation is order . Secondly, the integral is approximated using a Riemann summation over the particles: where the summation over includes all particles in the simulation. is the volume of particle , is the value of the quantity for particle and denotes position. For example, the density of particle can be expressed as: where denotes the particle mass and the particle density, while is a short notation for . The error done in approximating the integral by a discrete sum depends on , on the particle size (i.e. , being the space dimension), and on the particle arrangement in space. The latter effect is still poorly known.[40] Kernel functions commonly used include the Gaussian function, the quintic spline and the Wendland kernel.[41] The latter two kernels are compactly supported (unlike the Gaussian, where there is a small contribution at any finite distance away), with support proportional to . This has the advantage of saving computational effort by not including the relatively minor contributions from distant particles. Although the size of the smoothing length can be fixed in both space and time, this does not take advantage of the full power of SPH. By assigning each particle its own smoothing length and allowing it to vary with time, the resolution of a simulation can be made to automatically adapt itself depending on local conditions. For example, in a very dense region where many particles are close together, the smoothing length can be made relatively short, yielding high spatial resolution. Conversely, in low-density regions where individual particles are far apart and the resolution is low, the smoothing length can be increased, optimising the computation for the regions of interest. OperatorsFor particles of constant mass, differentiating the interpolated density with respect to time yields where is the gradient of with respect to . Comparing the above equation with the continuity equation in continuum mechanics shows that the right-hand side is an approximation of ; hence one defines a discrete divergence operator as follows: This operator gives an SPH approximation of at the particle for a given set of particles with given masses , positions and velocities . Similarly, one can define a discrete gradient operator to approximate the pressure gradient at the position of particle : where denote the set of particle pressures. There are several ways to define discrete operators in SPH; the above divergence and gradient formulae have the property to be skew-adjoint, leading to nice conservation properties.[42] On the other hand, while the divergence operator is zero-order consistent, it can be seen that the approximate gradient is not so. Several techniques have been proposed to circumvent this issue, leading to renormalised operators (see e.g.[43]). Governing equationsThe SPH operators can be used to discretize numbers of partial differential equations. For a compressible inviscid fluid, the Euler equations of mass conservation and momentum balance read: All kinds of SPH divergence and gradient operators can practically be used for discretization purposes. Nevertheless, some perform better regarding physical and numerical effects. A frequently used form of the balance equations is based on the symmetric divergence operator and antisymmetric gradient: Although there are several ways of discretizing the pressure gradient in the Euler equations, the above antisymmetric form is the most acknowledged one. It supports strict conservation of linear and angular momentum. This means that a force that is exerted on particle by particle equals the one that is exerted on particle by particle including the sign change of the effective direction, thanks to the antisymmetry property . Variational principleThe above SPH governing equations can be derived from a Least action principle, starting from the Lagrangian of a particle system: , where is the particle specific internal energy. The Euler–Lagrange equation of variational mechanics reads, for each particle: When applied to the above Lagrangian, it gives the following momentum equation: , where we used the thermodynamical property . Pluging the SPH density interpolation and differentiating explicitly leads to which is the SPH momentum equation already mentioned, where we recognize the operator. This explains why linear momentum is conserved, and allows conservation of angular momentum and energy to be conserved as well.[44] Time integrationFrom the work done in the 80's and 90's on numerical integration of point-like particles in large accelators, appropriate time integrators have been developed with accurate conservation properties on the long term; they are called symplectic integrators. The most popular in the SPH literature is the leapfrog scheme, which reads for each particle : where is the time step, superscripts stand for time iterations while is the particle acceleration, given by the right-hand side of the momentum equation. Other symplectic integrators exist (see the reference textbook [45]). It is recommended to use a symplectic (even low-order) scheme instead of a high order non-symplectic scheme, to avoid error accumulation after many iterations. Integration of density has not been studied extensively (see below for more details). Symplectic schemes are conservative but explicit, thus their numerical stability requires stability conditions, analogous to the Courant-Friedrichs-Lewy condition (see below). Boundary techniquesIn case the SPH convolution shall be practised close to a boundary, i.e. closer than {{math|s · h}}, then the integral support is truncated. Indeed, when the convolution is affected by a boundary, the convolution shall be split in 2 integrals, where {{math|B(r)}} is the compact support ball centered at {{math|r}}, with radius {{math|s · h}}, and {{math|Ω(r)}} denotes the part of the compact support inside the computational domain, {{math|Ω ∩ B(r)}}. Hence, imposing boundary conditions in SPH is completely based on approximating the second integral on the right hand side. The same can be of course applied to the differential operators computation, Several techniques has been introduced in the past to model boundaries in SPH. Integral neglectThe most straightforward boundary model is neglecting the integral, such that just the bulk interactions are taken into account, This is a popular approach when free-surface is considered in monophase simulations.[46] The main benefit of this boundary condition is its obvious simplicity. However, several consistency issues shall be considered when this boundary technique is applied.[46] That's in fact a heavy limitation on its potential applications. Fluid ExtensionProbably the most popular methodology, or at least the most traditional one, to impose boundary conditions in SPH, is Fluid Extension technique. Such technique is based on populating the compact support across the boundary with so-called ghost particles, conveniently imposing their field values.[47] Along this line, the integral neglect methodology can be considered as a particular case of fluid extensions, where the field, {{math|A}}, vanish outside the computational domain. The main benefit of this methodology is the simplicity, provided that the boundary contribution is computed as part of the bulk interactions. Also, this methodology has been deeply analysed in the literature.[48][47][49] On the other hand, deploying ghost particles in the truncated domain is not a trivial task, such that modelling complex boundary shapes becomes cumbersome. The 2 most popular approaches to populate the empty domain with ghost particles are Mirrored-Particles [50] and Fixed-Particles.[47] Boundary IntegralThe newest Boundary technique is the Boundary Integral methodology.[57] In this methodology, the empty volume integral is replaced by a surface integral, and a renormalization: with {{math|nj}} the normal of the generic jth boundary element. The surface term can be also solved considering a semi-analytic expression.[57] Modelling PhysicsHydrodynamicsWeakly compressible approachAnother way to determine the density is based on the SPH smoothing operator itself. Therefore, the density is estimated from the particle distribution utilizing the SPH interpolation. To overcome undesired errors at the free surface through kernel truncation, the density formulation can again be integrated in time. [51]The weakly compressible SPH in fluid dynamics is based on the discretization of the Navier–Stokes equations or Euler equations for compressible fluids. To close the system, an appropriate equation of state is utilized to link pressure and density . Generally, the so-called Cole equation [52](sometimes mistakenly referred to as the "Tait equation") is used in SPH. It reads where is the reference density and the speed of sound. For water, is commonly used. The background pressure is added to avoid negative pressure values. Real nearly incompressible fluids such as water are characterised by very high speed of sounds of the order . Hence, pressure information travels fast compared to the actual bulk flow, which leads to very small Mach numbers . The momentum equation leads to the following relation: where is the density change and the velocity vector. In practice a value of c smaller than the real one is adopted to avoid time steps too small in the time integration scheme. Generally a numerical speed of sound is adopted such that density variation smaller than 1% are allowed. This is the so-called weak-compressibility assumption. This corresponds to a Mach number smaller than 0.1, which implies: where the maximum velocity vmax needs to be estimated, for e.g. by Torricelli's law or an educated guess. Since only small density variations occur, a linear equation of state can be adopted [53]. : Usually the weakly-compressible schemes are affected by a high-frequency spurious noise on the pressure and density fields. [54]This phenomenon is caused by the nonlinear interaction of acoustic waves and by fact that the scheme is explicit in time and centred in space [55]. Through the years, several techniques have been proposed to get rid of this problem. They can be classified in three different groups:
The schemes of the first group apply a filter directly on the density field to remove the spurious numerical noise. The most used filters are the MLS (Moving Least Squares) and the Shepard filter [54] which can be applied at each time step or every n time steps. The more frequent is the use of the filtering procedure, the more regular density and pressure fields are obtained. On the other hand, this leads to an increase of the computational costs. In long time simulations, the use of the filtering procedure may lead to the disruption of the hydrostatic pressure component and to an inconsistency between the global volume of fluid and the density field. Further, it does not ensure the enforcement of the dynamic free-surface boundary condition. A different way to smooth out the density and pressure field is to add a diffusive term inside the continuity equation (group 2) : The first schemes that adopted such an approach were described in [56]and in [57] where the diffusive term was modelled as a Laplacian of the density field. A similar approach was also used in [58]. In [59]a correction to the diffusive term of [60] was proposed to remove some inconsistencies close to the free-surface. In this case the adopted diffusive term is equivalent to a high-order differential operator on the density field [61]. The scheme is called δ-SPH and preserves all the conservations properties of the SPH without diffusion (e.g., linear and angular momenta, total energy, see [62]) along with a smooth and regular representation of the density and pressure fields. In the third group there are those SPH schemes which employ numerical fluxes obtained through Riemann solvers to model the particle interactions [63][64][65]. Incompressible approachViscosity modellingIn general, the description of hydrodynamic flows require a convenient treatment of diffusive processes to model the viscosity in the Navier–Stokes equations. It needs special consideration because it involves the laplacian differential operator. Since the direct computation does not provide satisfactory results, several approaches to model the diffusion have been proposed.
Introduced by Monaghan and Gingold [66]the artificial viscosity was used to deal with high Mach number fluid flows. It reads Here, is controlling a volume viscosity while acts similar to the Neumann Richtmeyr artificial viscosity. The is defined by The artificial viscosity also has shown to improve the overall stability of general flow simulations. Therefore, it is applied to inviscid problems in the following form It is possible to not only stabilize inviscid simulations but also to model the physical viscosity by this approach. To do so is substituted in the equation above, where is the number of spartial dimensions of the model. This approach introduces the bulk viscosity .
For low Reynolds numbers the viscosity model by Morris [67]was proposed.
Additional physics
Multiphase extensionsAstrophysicsOften in astrophysics, one wishes to model self-gravity in addition to pure hydrodynamics. The particle-based nature of SPH makes it ideal to combine with a particle-based gravity solver, for instance tree gravity code,[68] particle mesh, or particle-particle particle-mesh. Solid mechanicsOthersVariants of the method{{Empty section|date=July 2018}}References1. ^{{ cite journal |last= R.A. Gingold |last2= J.J. Monaghan|title= Smoothed particle hydrodynamics: theory and application to non-spherical stars |journal= Mon. Not. R. Astron. Soc.|volume= 181 |issue= 3|pages = 375–89 |year=1977|doi= 10.1093/mnras/181.3.375}} 2. ^{{ cite journal |last= L.B. Lucy |title= A numerical approach to the testing of the fission hypothesis|journal= Astron. J.|volume= 82 |pages = 1013–1024 |year=1977|doi= 10.1086/112164}} 3. ^{{cite conference | title = Smoothed particle hydrodynamics on GPUs | author1 = Takahiro Harada | author2 = Seiichi Koshizuka | author3 = Yoichiro Kawaguchi | journal = Computer Graphics International | year = 2007 | pages = 63–70}} 4. ^{{cite journal | title = GPUs, a new tool of acceleration in CFD: efficiency and reliability on smoothed particle hydrodynamics methods | author1 = Alejandro Crespo | author2 = Jose M. Dominguez | author3 = Anxo Barreiro | author4 = Moncho Gomez-Gesteira | author5 = Benedict D. Rogers | journal = PLOS One | year = 2011}} 5. ^1 {{cite arxiv|last=Price, D. J.|title=Smoothed Particle Hydrodynamics: Things I wish my mother taught me|eprint=1111.1259|year=2011|class=astro-ph.IM}} 6. ^{{Cite web|title=The Smoothed Particle Hydrodynamics Method vs. Finite Volume Numerical Methods |url=https://blog.altair.com/the-smoothed-particle-hydrodynamics-method-vs-finite-volume-numerical-methods/|accessdate=2018-08-30}} 7. ^1 {{cite journal|last=Adami, S. and Hu, X. Y. and Adams, N. A..|title=A generalized wall boundary condition for smoothed particle hydrodynamics|journal=Journal of Computational Physics|volume=231|issue=21|pages=7057–7075|year=2012|doi=10.1016/j.jcp.2012.05.005}} 8. ^{{cite journal|last=Shadloo, M. S. and Oger, G. and Touze, D. L..|title=Smoothed particle hydrodynamics method for fluid flows, towards industrial applications: Motivations, current state, and challenges|journal=Computers and Fluids|volume=136|pages=11–34|year=2016|doi=10.1016/j.compfluid.2016.05.029}} 9. ^1 {{cite journal|last=Fraser, K.and Kiss, L. I. and St-George, L.|title=A generalized wall boundary condition for smoothed particle hydrodynamics|journal=14th International LS-DYNA Conference|year=2016}} 10. ^{{cite journal|last=Solenthaler|title=Predictive-Corrective Incompressible SPH|year=2009}} 11. ^{{cite journal|last=Imhsen|title=Boundary handling and adaptive time-stepping for PCISPH|year=2010|journal=Workshop on Virtual Reality Interaction and Physical Simulation VRIPHYS}} 12. ^{{cite journal|last=Bodin|title=Constraint Fluids| url=http://www.physics.umu.se/english/research/statistical-physics-and-networks/complex-mechanical-systems/fluids-and-solids/ |year=2011|journal=IEEE Transactions on Visualization and Computer Graphics}} 13. ^{{cite journal|last=Hoetzlein|title=Fluids v.3, A Large scale, Open Source Fluid Simulator. http://fluids3.com|year=2012}} 14. ^{{cite journal|last=Akinci|title=Versatile Rigid-Fluid Coupling for Incompressible SPH http://www.nadir.tk/research |year=2012|journal=ACM TOG, SIGGRAPH Proceedings|volume=31 |issue=4 |pages=1–8 |doi=10.1145/2185520.2185558 }} 15. ^{{cite journal|last=Macklin|title=Position Based Fluids http://blog.mmacklin.com/publications |year=2013|journal=ACM TOG, SIGGRAPH Proceedings|volume=32 |issue=4 |pages=1 |doi=10.1145/2461912.2461984 }} 16. ^{{cite journal|last=Akinci|title=Versatile Surface Tension and Adhesion for SPH Fluids SPH http://www.nadir.tk/research |year=2013|journal=ACM TOG, SIGGRAPH Proceedings|volume=32 |issue=6 |pages=1–8 |doi=10.1145/2508363.2508395 |citeseerx=10.1.1.462.8293 }} 17. ^{{cite journal|last=Journal of Tribology|title=Application of Smoothed Particle Hydrodynamics to Full-Film Lubrication|year=2013}} 18. ^{{cite journal|last=Mahdavi and Talebbeydokhti|journal=Scientia Iranica, Transaction A, Civil Engineering| volume= 22|number=4|pages= 1457–1469|title=A hybrid solid boundary treatment algorithm for smoothed particle hydrodynamics https://www.researchgate.net/publication/282870566_A_hybrid_solid_boundary_treatment_algorithm_for_smoothed_particle_hydrodynamics|year=2015}} 19. ^{{cite journal|last=International Journal for Numerical Methods in Fluids|title=Curvilinear smoothed particle hydrodynamics|year=2016}} 20. ^{{Cite journal |arxiv = 0903.5075|last1 = Price|first1 = Daniel J|title = Astrophysical Smooth Particle Hydrodynamics|journal = New Astron.rev|volume = 53|issue = 4–6|pages = 78–104|year = 2009|doi = 10.1016/j.newar.2009.08.007}} 21. ^{{cite journal |doi=10.1007/lrca-2015-1|title=SPH Methods in the Modelling of Compact Objects|journal=Living Rev Comput Astrophys|volume=1|issue=1|pages=1|year=2015|last1=Rosswog|first1=Stephan|bibcode=2015LRCA....1....1R|arxiv=1406.4224}} 22. ^{{Cite journal |arxiv = astro-ph/0512532|last1 = Price|first1 = Daniel J|last2 = Rockefeller|first2 = Gabriel|last3 = Warren|first3 = Michael S|title = SNSPH: A Parallel 3-D Smoothed Particle Radiation Hydrodynamics Code|journal = Astrophys. J.|volume = 643|pages = 292–305|year = 2006|doi = 10.1086/501493}} 23. ^http://www.astro.ex.ac.uk/people/mbate/Cluster/clusterRT.html 24. ^http://users.monash.edu.au/~dprice/pubs/spmhd/price-spmhd.pdf 25. ^{{Cite book|last1=Libersky|first1=L.D.|last2=Petschek|first2=A.G.|title=Smooth Particle Hydrodynamics with Strength of Materials, Advances in the Free Lagrange Method|journal=Lecture Notes in Physics|year=1990|volume=395|pages=248–257|doi=10.1007/3-540-54960-9_58|isbn=978-3-540-54960-4}} 26. ^{{cite journal|last=L.D. Libersky |author2=A.G. Petschek |author3=A.G. Carney |author4=T.C. Hipp |author5=J.R. Allahdadi |author6=F.A. High|title=Strain Lagrangian hydrodynamics: a three-dimensional SPH code for dynamic material response|journal=J. Comput. Phys.|year=1993|volume=109|issue=1 |pages=67–75|bibcode=1993JCoPh.109...67L|doi=10.1006/jcph.1993.1199}} 27. ^{{cite journal|last=J.W. Swegle |author2=D.A. Hicks |author3=S.W. Attaway|title=Smooth particle hydrodynamics stability analysis|journal=J. Comput. Phys.|year=1995|volume=116|issue=1 |pages=123–134|doi=10.1006/jcph.1995.1010|bibcode = 1995JCoPh.116..123S }} 28. ^{{cite journal|last=T. Belytschko |author2=Y. Krongauz |author3=J. Dolbow |author4=C. Gerlach|title=On the completeness of meshfree particle methods|journal=Int. J. Numer. Methods Eng.|year=1998|volume=43|issue=5 |pages=785–819|doi=10.1002/(sici)1097-0207(19981115)43:5<785::aid-nme420>3.0.co;2-9|bibcode = 1998IJNME..43..785B |citeseerx=10.1.1.28.491 }} 29. ^{{cite journal|last=W.K. Liu |author2=S. Jun |author3=Y.F. Zhang|title=Reproducing kernel particle methods|journal=Int. J. Numer. Methods Eng.|year=1995|volume=20|issue=8–9|pages=1081–1106|doi=10.1002/fld.1650200824|bibcode = 1995IJNMF..20.1081L }} 30. ^{{cite journal|last=P.W. Randles|author2=L.D. Libersky |title=Recent improvements in SPH modelling of hypervelocity impact|journal=Int. J. Impact Eng.|year=1997|volume=20|issue=6–10 |pages=525–532|doi=10.1016/s0734-743x(97)87441-6}} 31. ^{{cite journal|last=G.R. Johnson|author2=S.R. Beissel |title=Normalized smoothing functions for SPH impact computations|journal=Int. J. Numer. Methods Eng.|year=1996|volume=39|issue=16 |pages=2725–2741|doi=10.1002/(sici)1097-0207(19960830)39:16<2725::aid-nme973>3.0.co;2-9|bibcode = 1996IJNME..39.2725J }} 32. ^{{cite journal|last=C.T. Dyka|author2=R.P. Ingel |title=An approach for tension instability in Smoothed Particle Hydrodynamics|journal=Comput. Struct.|year=1995|volume=57|issue=4 |pages=573–580|doi=10.1016/0045-7949(95)00059-p}} 33. ^{{cite journal|last=C.T. Dyka |author2=P.W. Randles |author3=R.P. Ingel|title=Stress points for tension instability in SPH|journal=Int. J. Numer. Methods Eng.|year=1997|volume=40|issue=13 |pages=2325–2341|doi=10.1002/(sici)1097-0207(19970715)40:13<2325::aid-nme161>3.0.co;2-8|bibcode = 1997IJNME..40.2325D }} 34. ^{{cite journal|last=P.W. Randles|author2=L.D. Libersky |title=Normalized SPH with stress points|journal=Int. J. Numer. Methods Eng.|year=2000|volume=48|issue=10 |pages=1445–1462|doi=10.1002/1097-0207(20000810)48:10<1445::aid-nme831>3.0.co;2-9|bibcode = 2000IJNME..48.1445R }} 35. ^{{cite journal|last=T. Belytschko |author2=Y. Guo |author3=W.K. Liu |author4=S.P. Xiao|title=A unified stability analysis of meshless particle methods|journal=Int. J. Numer. Methods Eng.|year=2000|volume=48|issue=9 |pages=1359–1400|doi=10.1002/1097-0207(20000730)48:9<1359::aid-nme829>3.0.co;2-u|bibcode = 2000IJNME..48.1359B }} 36. ^{{cite journal|last=J. Bonet|author2=S. Kulasegaram |title=Correction and stabilization of smooth particle hydrodynamics methods with applications in metal forming simulations|journal=Int. J. Numer. Methods Eng.|year=2000|volume=47|issue=6 |pages=1189–1214|doi=10.1002/(sici)1097-0207(20000228)47:6<1189::aid-nme830>3.0.co;2-i|bibcode = 2000IJNME..47.1189B }} 37. ^{{cite journal|last=W. G. Hoover|author2=C. G. Hoover |journal=Computing in Science and Engineering|title = SPAM-based recipes for continuum simulations| year=2001|volume=3|issue=2|pages=78–85|doi=10.1109/5992.909007 }} 38. ^{{cite journal|last=T. Rabczuk|author2=J. Eibl |author3=L. Stempniewski |title=Simulation of high velocity concrete fragmentation using SPH/MLSPH|journal=Int. J. Numer. Methods Eng.|year=2003|volume=56|issue=10 |pages=1421–1444|doi=10.1002/nme.617|bibcode = 2003IJNME..56.1421R }} 39. ^{{cite journal|last=M.I. Herreros|author2=M. Mabssout |title=A two-steps time discretization scheme using the SPH method for shock wave propagation|journal=Comput. Methods Appl. Mech. Engrg.|year=2011|volume=200|issue=21–22 |pages=1833–1845|doi=10.1016/j.cma.2011.02.006|bibcode = 2011CMAME.200.1833H }} 40. ^{{cite journal | title = Truncation error in mesh-free particle methods | author1 = N.J. Quinlan | author2 = M. Basa | author3 = M. Lastiwka | journal = International Journal for Numerical Methods in Engineering | volume = 66 | issue = 66 | pages = 2064–2085 | year = 2006 | doi = 10.1002/nme.1617 | hdl = 10379/1170 }} 41. ^{{cite journal | title = Piecewise polynomial, positive definite and compactly supported radial functions of minimal degree | author1 = H. Wendland | journal = Advances in Computational Mathematics | volume = 4 | issue = 4 | pages = 389–396 | year = 1995 | doi = 10.1007/BF02123482 }} 42. ^{{cite journal | title = Investigation of wall bounded flows using SPH and the unified semi-analytical wall boundary conditions | author1 = A. Mayrhofer | author2 = B.D. Rogers | author3 = D. Violeau | author4 = M. Ferrand | journal = Computer Physics Communications | volume = 184 | issue = 184 | pages = 2515–2527 | year = 2013 | url = https://www.sciencedirect.com/science/article/pii/S0010465513002324 | doi = 10.1016/j.cpc.2013.07.004 | citeseerx = 10.1.1.770.4985 }} 43. ^{{cite journal | title = Variational and momentum preservation aspects of Smoothed Particle Hydrodynamics formulations | author1 = J. Bonet | author2 = T.S. Lok | journal = Computers Methods in Applied Mechanical Engineering | volume = 180 | issue = 180 | pages = 97–115 | year = 1999 | url = https://www.sciencedirect.com/science/article/pii/S0045782599000511 | doi = 10.1016/S0045-7825(99)00051-1 }} 44. ^{{cite journal | title = Smoothed particle hydrodynamics | author1 = J.J. Monaghan | journal = Reports on Progress in Physics | volume = 68 | issue = 68 | pages = 1703–1759 | year = 2005 | doi = 10.1088/0034-4885/68/8/R01 }} 45. ^{{cite book | title = Geometric Numerical Integration | author1 = E. Hairer | author2 = C. Lubich | author3 = G. Wanner | date = 2006 | publisher = Springer | isbn = 978-3-540-30666-5 | url = https://www.springer.com/us/book/9783540306634 }} 46. ^1 {{ cite journal |author1= Andrea Colagrossi |author2= Matteo Antuono |author3= David Le Touzè |title= Theoretical considerations on the free-surface role in the smoothed-particle-hydrodynamics model |journal= Physical Review E |volume= 79 |year=2009}} 47. ^1 2 {{ cite journal |author1= Bejamin Bouscasse |author2= Andrea Colagrossi |author3= Salvatore Marrone |author4= Matteo Antuono |title= Nonlinear water wave interaction with floating bodies in SPH |journal= Journal of Fluids and Structures |volume= 42 |pages= 112–129 |year=2013|doi= 10.1016/j.jfluidstructs.2013.05.010 }} 48. ^{{ cite journal |author1= Fabricio Macià |author2= Matteo Antuono |author3= Leo M González |author4= Andrea Colagrossi |title= Theoretical analysis of the no-slip boundary condition enforcement in SPH methods |journal= Progress of Theoretical Physics |volume= 125 |issue= 6 |pages= 1091–1121 |year=2011|doi= 10.1143/PTP.125.1091 }} 49. ^{{ cite journal |author1= Jose Luis Cercos-Pita |author2= Matteo Antuono |author3= Andrea Colagrossi |author4= Antonio Souto |title= SPH energy conservation for fluid--solid interactions |journal= Computer Methods in Applied Mechanics and Engineering |volume= 317 |pages= 771–791 |year=2017|doi= 10.1016/j.cma.2016.12.037 }} 50. ^{{ cite journal |author1= J. Campbell |author2= R. Vignjevic |author3= L. Libersky |title= A contact algorithm for smoothed particle hydrodynamics |journal= Computer Methods in Applied Mechanics and Engineering |volume= 184 |pages= 49–65 |year=2000|doi= 10.1016/S0045-7825(99)00442-9 }} 51. ^1 2 {{cite journal| author = M. Ferrand, D.R. Laurence, B.D. Rogers, D. Violeau, C. Kassiotis | title = Unified semi-analytical wall boundary conditions for inviscid, laminar or turbulent flows in the meshless SPH method| publisher = Int. J. Numer. Meth. Fluids| volume = 71| year = 2013}} 52. ^{{cite book | author = H. R. Cole | title = Underwater Explosions | publisher = Princeton University Press | place = Princeton, New Jersey | year = 1948}} 53. ^{{cite journal| author = D. Molteni, A. Colagrossi| title = A simple procedure to improve the pressure evaluation in hydrodynamic context using the SPH| journal=Computer Physics Communications| volume = 180| issue = 6| pages = 861–872| year = 2009| doi = 10.1016/j.cpc.2008.12.004}} 54. ^1 {{cite journal |last1=Colagrossi |first1=Andrea |last2=Landrini |first2=Maurizio |title=Numerical simulation of interfacial flows by smoothed particle hydrodynamics |journal=Journal of Computational Physics |date=2003 |volume=191 |issue=2 |pages=448–475 |doi=10.1016/S0021-9991(03)00324-3 }} 55. ^{{cite book | author = Randall J. LeVeque | title = Finite difference methods for ordinary and partial differential equations: steady-state and time-dependent problems| publisher = Siam| year = 2007}} 56. ^{{cite article| title=A new 3D parallel SPH scheme for free surface flows| author=A. Ferrari, M. Dumbser, E. Toro, A. Armanini| journal=Computers & Fluids| volume=38| number=6| pages=1203–1217| year=2009| publisher=Elsevier}} 57. ^molteni2009simple 58. ^{{cite article| title= A remedy for numerical oscillations in weakly compressible smoothed particle hydrodynamics| author= Fatehi, R and Manzari, MT | journal= International Journal for Numerical Methods in Fluids| volume= 67| number= 9| pages= 1100–1114| year= 2011| publisher= Wiley Online Library }} 59. ^{{cite article| title= Free-surface flows solved by means of SPH schemes with numerical diffusive terms | author= M. Antuono, A. Colagrossi, S. Marrone, D. Molteni| journal= Computer Physics Communications | volume= 181 | number= 3 | pages= 532–549 | year= 2010 | publisher= Elsevier }} 60. ^molteni2009simple 61. ^{{cite article| title= Numerical diffusive terms in weakly-compressible SPH schemes| author= M. Antuono, A. Colagrossi, S. Marrone| journal= Computer Physics Communications | volume= 183 | number= 12 | pages= 2570–2580| year= 2012 | publisher= Elsevier }} 62. ^{{cite article| title= Energy balance in the $\\delta$-SPH scheme | author= Antuono Matteo and Marrone S and Colagrossi A and Bouscasse B | journal= Computer Methods in Applied Mechanics and Engineering | volume= 289 | pages= 209–226 | year= 2015 | publisher= Elsevier }} 63. ^{{cite article| title= On particle weighted methods and smooth particle hydrodynamics | author=JP. Vila| journal= Mathematical models and methods in applied sciences | volume= 9 | number= 02 | pages= 161–209 | year= 1999 | publisher= World Scientific }} 64. ^{{cite article| title= Free surface flows simulations in Pelton turbines using an hybrid SPH-ALE method | author= Marongiu Jean-Christophe and Leboeuf Francis and Caro Jo \\"E lle and Parkinson Etienne | journal= Journal of Hydraulic Research | volume= 48 | number= S1 | pages= 40–49 | year= 2010 | publisher= Taylor & Francis}} 65. ^{{cite book| title=Modelisation d'écoulements visqueux par methode SPH en vue d'application à l'hydrodynamique navale| author=De Leffe, Matthieu| year=2011| publisher= PhD Thesis, Ecole centrale de Nantes}} 66. ^{{cite journal| last = J.J. Monaghan| last2 = R.A. Gingold | title = Shock Simulation by the Particle Method | publisher = Journal of Computational Physics| year = 1983| volume = 52| pages = 347–389}} 67. ^{{cite journal| last = J.P. Morris| last2 = P.J. Fox| last3 = Y. Zhu| title = Modeling Low Reynolds Number Incompressible Flows Using SPH| publisher = Journal of Computational Physics| year = 1997| volume = 136| pages = 214–226}} 68. ^{{cite |title = PKDGRAV The Parallel k-D Tree Gravity Code | author1 = Marios D. Dikaiakos | author2 = Joachim Stadel | url = http://www-hpcc.astro.washington.edu/faculty/trq/brandon/pkdgrav.html | access-date = February 1, 2017}} Further reading
External links
Software
2 : Numerical differential equations|Computational fluid dynamics |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。