Parameterized meteor fragmentation model written in Python based on Avramenko et al. 2014 and Wheeler et al. 2019
Validation cases are given in the tests/ directory. Run the original Chelyabinsk test case in
Avramenko et al. 2014 using:
python3 -m tests.run_test_av2014
in the main repo directory, which plots the energy deposition profile and ratio of ablated mass (Fig 4 and 7 in the paper)
The Sankar et al. 2020 jovian impact case can be run using
python3 -m tests.run_all_sankar2020
which plots the energy released for all test cases (Fig 7 in the paper).