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 18 forks source link

Expand documentation for SarracenDataFrame construction #53

Closed ttricco closed 1 year ago

ttricco commented 1 year ago

Include examples on how to build a SarracenDataFrame without file reading, such as from a Python dictionary or NumPy array.

Include information on params dictionary, notably the mass key for uniform, constant mass particles.

Include specific mention of required columns for interpolation and rendering.