pyfracval.app ============= .. py:module:: pyfracval.app .. autoapi-nested-parse:: Streamlit application for exploring saved PyFracVAL aggregate data. The module initializes the Streamlit UI, discovers ``.dat`` files under the user-provided paths, and renders aggregate particle data alongside metadata. Module Contents --------------- .. py:function:: find_touching_pairs(coords, radii) Return (i, j, dist_ij, r_i+r_j) for all touching particle pairs.