Where to Begin Coding for Smoothed Particle Hydrodynamics Simulations?

  • Context: Graduate 
  • Thread starter Thread starter Artemisia
  • Start date Start date
  • Tags Tags
    Hydrodynamics Particle
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Artemisia
Messages
1
Reaction score
0
I wish to replicate the simulations and values obtained in the following paper but I do not know where to start my coding from.

http://lasp.colorado.edu/~espoclass/ASTR_5835_2013_Files/2013_10_29_Canup.Moon.Icarus.2004.pdf

How must I start the code? I am aware that I need to integrate the appendix with some codes but I am very unsure as to how to begin.

Please help :(
 
Astronomy news on Phys.org
It might be an idea to find some examples of SPH methods, coded in c or fortran, to get you started. There are plenty of simple codes out there. You can then modify then accordingly with the specific discretised equations that you want to solve (ie the ones you mention in this paper).