Closed ttricco closed 8 months ago
Added a disc submodule to implement accretion disc analysis tools.
sarracen.disc.surface_density()
sarracen.disc.scale_height()
sarracen.disc.angular_momentum()
sarracen.disc.honH()
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.
Closes #65 and #40.
Added a disc submodule to implement accretion disc analysis tools.
sarracen.disc.surface_density()
sarracen.disc.scale_height()
sarracen.disc.angular_momentum()
sarracen.disc.honH()
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.
Closes #65 and #40.