parthenon-hpc-lab/athenapk

Split of cooling time cfl

Open

#11 opened on Nov 17, 2022

View on GitHub
 (5 comments) (0 reactions) (0 assignees)C++ (33 forks)auto 404
good first issue

Repository metrics

Stars
 (74 stars)
PR merge metrics
 (PR metrics pending)

Description

The adaptive and Townsend integrators do not require a limitation on the timestep a priori. Nevertheless, from a physical point of view it may be desired to limit the timestep anyway so that the thermal dynamics and other dynamics don't decouple. While this is currently supported/tied to the adaptive rk12, and rk45 cooling integrators, we should separate that option and properly document it.

Contributor guide