Home
Robert 'Bob' Caddy
Cancel

Finalizing VL+CT Integrator

Constrained Transport Electric Fields I fixed some bugs in the CT electric fields kernel, added documentation to everything I’ve added over the last few weeks, and wrote tests for the CT electric ...

Constrained Transport EMF Kernel 2

Constrained Transport Electric Fields I finally figured out the CT electric fields/EMF this week. I spent the first two days reading papers and discussing it with my advisor and then got to implem...

Constrained Transport EMF Kernel

VL+CT Integrator I worked a lot this week on figuring out the CT electric fields kernel. After rereading Stone & Gardiner 2009, Gardiner & Stone 2008, and Stone et al. 2008 and looking at ...

MHD Interface Reconstruction & Data Format Refactor

VL+CT Integrator I read up on where we need primitive vs characteristic reconstruction with VL+CT. We can use either but unlike CTU+CT we don’t need to characteristic tracing step to update the hy...

MHD Time Steps & VL+CT Integrator

MHD Time Steps & Refactor I implemented MHD time steps for the 3D case and refactored the hydro time steps to move the time step calculations into their own “crossing time” function to bring t...

Testing Data & Time Step Refactor

Cholla Testing Data The separate repo for testing data has been implemented and tested and is connected to the main Cholla repo as a submodule. Everything seems to work fine, I’m just waiting for ...

Boundary Conditions & Testing Data

Boundary Conditions I finished up implementing MHD boundary conditions with some advice from Alwin. To test it I learned the basics of how to use cuda-gdb on the command line which was actually a ...

I/O and Boundary Conditions

Grid & I/O I finished up MHD I/O in Cholla so now cholla can read and write magnetic field variables, set initial conditions, etc. I also added new parameter files for Einfeldt Strong Rarefact...

Cholla I/O

Cholla Initial Conditions (ICs) I modified the Riemann, Constant, and Uniform initial condition functions to support MHD. They’re tested and appear to be working as expected. There was some tricky...

Starting on the Grid

Cholla’s Grid I stared modifying Cholla’s grid to accommodate magnetic fields. So far it’s been reasonably straightforward but I have a lot of questions I still need to figure out answers too. Sad...