Skip to content
Evan Schneider edited this page May 14, 2018 · 12 revisions

Welcome to the Cholla wiki!

Cholla is a static-mesh, GPU-native hydrodynamics simulation code that efficiently runs high-resolution simulations on massively-parallel computers. The code is written in a combination of C++ and Cuda C and requires at least one NVIDIA GPU to run. Cholla was designed for astrophysics simulations, and the current release includes the following physics:

  • compressible hydrodynamics in 1, 2, or 3 dimensions
  • optically-thin radiative cooling/heating
  • static gravity
  • passive scalar tracking

Cholla can be run using a variety of different numerical algorithms, allowing users to test the sensitivity of their results to the exact code configuration. Options include:

  • Exact, Roe, and HLLC Riemann solvers
  • 2nd and 3rd order spatial reconstruction with limiting in either primitive or conserved variables
  • CTU or Van Leer integrators

Please cite the original code paper (Schneider & Robertson, 2015, ApJS) if you use this code for your research.

Clone this wiki locally