Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README to mention ISM chemistry #1652

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Microphysics

*A collection of astrophysical microphysics routines for stellar explosions*
*A collection of astrophysical microphysics routines for stellar explosions and interstellar medium chemistry (including primordial chemistry)*

There are several core types of microphysics routines hosted here:

Expand All @@ -25,7 +25,9 @@ There are several core types of microphysics routines hosted here:

* `networks/`: these are the reaction networks. They serve both to
define the composition and its properties, as well as describe the
reactions and energy release when reactions occur.
reactions and energy release when reactions occur. For ISM chemistry,
network contains the differentials of the number density of various
chemical species and the gas specific internal energy.

* `neutrinos/`: this holds the plasma neutrino cooling routines used
in the reaction networks.
Expand Down Expand Up @@ -57,7 +59,7 @@ There are several core types of microphysics routines hosted here:
# AMReX-Astro Codes

At the moment, these routines are written to be compatible with
the AMReX-Astro codes, Maestro and Castro.
the AMReX-Astro codes, Maestro, Castro and Quokka.

* Castro: http://amrex-astro.github.io/Castro/

Expand Down
Loading