|
Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
|

Files | |
| dust_cuda.cu | |
| Contains code that updates the dust density scalar field. The dust_kernel function determines the rate of change of dust density, which is controlled by the sputtering timescale. The sputtering timescale is from the McKinnon et al. (2017) model of dust sputtering, which depends on the cell's gas density and temperature. | |
| dust_cuda.h | |
| Contains the declaration for the kernel that updates the dust density scalar in dev_conserved. | |
| dust_cuda_tests.cpp | |
| Tests for dust model functions. | |