Presentation is loading. Please wait.

Presentation is loading. Please wait.

Ryuji Morishima (UCLA/JPL). N-body code: Gravity solver + Integrator Gravity solver must be fast and handle close encounters Special hardware (N 2 ):

Similar presentations


Presentation on theme: "Ryuji Morishima (UCLA/JPL). N-body code: Gravity solver + Integrator Gravity solver must be fast and handle close encounters Special hardware (N 2 ):"— Presentation transcript:

1 Ryuji Morishima (UCLA/JPL)

2 N-body code: Gravity solver + Integrator Gravity solver must be fast and handle close encounters Special hardware (N 2 ): Grape, GPS Tree (N log N): PKDGRAV, Gadget Integrator must take a large time step with good accuracy Bulirsch-Stoer Hermite: often used with Grape Mixed Variable Symplectic (MVS) integrators: SYMBA, Mercury This work: Implementation of SYMBA to PKDGRAV

3 Developed by Stadel (2001) Source is open in The astro-code wiki Tree gravity: 4 th order multiple moments Adaptive to various parallel environments (shared memory, mpi) Different functions and integrators Collisions (Richardson et al. 2000) SPH (Wadsley et al. 2004) Fragmentation (Leinhardt & Richardson 2005) SYMBA integrator (Morishima et al. 2010)

4 Up to 4 th order (Hexadecapole) Error estimation from cosmological simulations

5 k-D TreeSpatial binary tree Spatial binary tree can reduce the higher order multi-pole moments It is also as efficient as k-D tree in neighboring search.

6 Mater layer Controls overall flows of program Processor Set Tree (PST) layer Assigns tasks to processors Parallel KD layers Executes tasks in each core Machine dependent layers Interface to parallel primitives (e.g. MPI) call One needs to understand PST format but not parallel primitives such as MPI call

7 Specialized for systems with a massive central body Mixed variables: Cartesian and Keplerian co-ordinates A large time step along Keplerian orbit Time-reversible (no secular error) Handling close encounters: SYMBA (Duncan et al. 1998) Mercury (Chambers 1999) Most of N-body simulations for planet formation have been performed by these two codes in last decade But both codes use N 2 gravity calculations

8 Democratic co-ordinate Heliocentric position + barycentric velocity H kep >>H int (if there is no close encounter) H kep >>H sun

9 Potential (or Force) decomposition based on mutual distance normalized by the Hill radius A higher order potential component is calculated with a small block-sized time step Kick (F 0 ) Kepler Drift with F 1

10 The time step size needs to be determined by the minimum mutual distance during particle drift. This distance must be estimated by using particle co- ordinates at the beginning and ending of particle drift symmetrically (e.g. Hut et al. 1995).

11 1. Half kick (  0 /2) due to Sun’s motion 2. Half Kick (  0 /2) due to force F 0 from other particles 3. Kepler drift (  0 ) for all particles 4. Tree build and neighboring search (after drift) 5. Particles in close encounters 1. Sent back to pre-drift positions and velocities 2. Put into a single core (domain decomposition) 3. SYMBA multiple time stepping 4. Collisions are also handled here 6. Tree build and gravity calculation and neighboring search (before drift) 7. 2 and 1

12 With gas Without gas

13 Martian meteorites Accretion truncated at 14 My Accretion Extrapolated

14

15

16 In 3-body encounter, time stepping of these 3 bodies is synchronized (for time symmetry) If the system’s number density is high, all particles share the time step….

17 PKDGRAV-SYMBA works as desired unless the system’s number density is so high that most of bodies are in multi-body encounters. For such systems, time symmetry needs to be sacrificed?


Download ppt "Ryuji Morishima (UCLA/JPL). N-body code: Gravity solver + Integrator Gravity solver must be fast and handle close encounters Special hardware (N 2 ):"

Similar presentations


Ads by Google