ttricco / sarracen

A Python library for smoothed particle hydrodynamics (SPH) analysis and visualization.
https://sarracen.readthedocs.io
GNU General Public License v3.0
15 stars 17 forks source link

Disc surface density #76

Closed ttricco closed 8 months ago

ttricco commented 8 months ago

Added a disc submodule to implement accretion disc analysis tools.

In the current API, these are global functions in the sarracen.disc submodule. The dataframe is passed in to the function.

Each function has been tested against results computed with splash and phantomanalysis.

surface-density-comp

Closes #65 and #40.