SearcharxivSearch

arXiv subjects

Kat Volk

Publications and source records attributed to Kat Volk.

4 recordsLinked to original sources

Small Body Dynamics with SBDynT: Proper Elements and Chaos Analysis

The Small Body Dynamics Tool (SBDynT) is software written for the community of Solar System small body researchers to perform dynamical classification, characterization, and investigation. SBDynT provides advanced simulation analysis capabilities that make it straightforward to determine mean motion resonance occupation, proper orbital elements, and a variety of stability indicators. These calculations can be performed for small bodies that are known, newly discovered, or simulated; observational uncertainties can be incorporated through the use of dynamical clones. In this paper, we describe the methods for producing proper orbital elements and stability indicators, which serve as essential tools for characterizing dynamical stability and long-term evolution. Through extensive validation, we demonstrate that this code offers a robust open-source framework for investigating the dynamics of Solar System small bodies with high accuracy. We also aim for computational efficiency allowing SBDynT to provide dynamical information for the several-fold increases in small bodies expected in the LSST era.

astro-ph.EP

Semi-major Axis Jumps as the Activity Trigger in Centaurs and High-Perihelion Jupiter Family Comets

We present a dynamical study of 39 active Centaurs and 17 high-perihelion (q$>$4.5 au) JFCs with a focus on investigating recent orbital changes as potential triggers for comet-like activity. We have identified a common feature in the recent dynamical histories of all active Centaurs and JFC in our sample that is not present in the history of the majority of inactive population members: a sharp decrease in semi-major axis and eccentricity occurring within the last several hundred years prior to observed activity. We define these rapid orbital changes as `a-jumps'. Our results indicate that these orbital reshaping events lead to shorter orbital periods and subsequently greater average per-orbit heating of Centaur nuclei. We suggest the a-jumps could therefore be a major trigger of cometary activity on Centaurs and JFCs. Our results further imply that analyses of the recent dynamical histories could be used to identify objects that are currently active or may become active soon, where we have identified three such Centaurs with recent a-jumps that should be considered high-priority targets for observational monitoring to search for activity.

astro-ph.EP

Strength In Diversity: Small Bodies as the Most Important Objects in Planetary Sciences

Small bodies, the unaccreted leftovers of planetary formation, are often mistaken for the leftovers of planetary science in the sense that they are everything else after the planets and their satellites (or sometimes just their regular satellites) are accounted for. This mistaken view elides the great diversity of compositions, histories, and present-day conditions and processes found in the small bodies, and the interdisciplinary nature of their study. Understanding small bodies is critical to planetary science as a field, and we urge planetary scientists and our decision makers to continue to support science-based mission selections and to recognize that while small bodies have been grouped together for convenience, the diversity of these objects in terms of composition, mass, differentiation, evolution, activity, dynamical state, physical structure, thermal environment, thermal history, and formation vastly exceeds the observed variability in the major planets and their satellites. Treating them as a monolithic group with interchangeable members does a grave injustice to the range of fundamental questions they address. We advocate for a deep and ongoing program of missions, telescopic observations, R and A funding, and student support that respects this diversity.

astro-ph.IM

Handling Nested Parallelism and Extreme Load Imbalance in an Orbital Analysis Code

Nested parallelism exists in scientific codes that are searching multi-dimensional spaces. However, implementations of nested parallelism often have overhead and load balance issues. The Orbital Analysis code we present exhibits a sparse search space, significant load imbalances, and stopping when the first solution is reached. All these aspects of the algorithm exacerbate the problem of using nested parallelism effectively. In this paper, we present an inspector/executor strategy for chunking such computations into parallel wavefronts. The presented shared memory parallelization is no longer nested and exhibits significantly less load imbalance. We evaluate this approach on an Orbital analysis code, and we improve the execution time from the original implementation by an order of magnitude. As part of a Graduate Computer Science course in Parallel Programming models, we show how the approach can be implemented in parallel Perl, Python, Chapel, Pthreads, and OpenMP. Future work includes investigating how to automate and generalize the parallelization approach.

cs.DC