Michael Zingale

Results 268 issues of Michael Zingale

At the moment, each network has its own binding energy and computes mion it. But we can automate this by having the python script that generates the `network_header.H` use the...

enhancement
help wanted
reactions

This comes out of discussions with Sam Jones, Aron Michel, and @carlnotsagan We should implement the neutrino losses from the weak reactions. This would mean keeping track of each reaction...

reactions

The Potekhin and Chabrier (2010,2013) EOS is freely available (in Fortran) here: http://www.ioffe.ru/astro/EIP/ This EOS seems to be preferred by MESA: https://docs.mesastar.org/en/r15140/eos/overview.html There is also support here for a magnetized...

We are still using an old rate for 3-alpha in most nets. Some updates are found in: Angulo, C., Arnould, M., Rayet, M., Descouvemont, P., Baye, D., et al. (1999):...

help wanted
student project
reactions

Not all EOSes fill all the thermodynamic data. We should be able to query whether something is supported? Like `is_filled("ne")`.

hackathon
EOS

We want to express our Jacobian in terms of (rho, e, X_k), but the reaction system is more naturally in terms of (ρ, T, X_k). Consider dX/dt = f(ρ, T,...

reactions

Currently we don't dump out the burn failure when we are using CUDA, which makes debugging hard on GPUs. What if we add a `std::string` to the `burn_t` that can...

hackathon

It would be good to have a script that ran a single zone burn for a given network using all of the integrators and plotted the mass fraction evolution vs....

hackathon
student project
integrator

Instead of hand-coding the Jacobians, we should explore using a C++ autodiff package, e.g., https://autodiff.github.io/ to construct the analytic Jacobians.

student project