Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 719 Bytes

File metadata and controls

25 lines (17 loc) · 719 Bytes

Fragmentation Model

Parameterized meteor fragmentation model written in Python based on Avramenko et al. 2014 and Wheeler et al. 2019

Test cases

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).