From bf036a05b3be52d569e4ceacce18ce075fb301b2 Mon Sep 17 00:00:00 2001 From: Piyush Sharda <34922596+psharda@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:40:05 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74c9cf283..5f11a48cf 100644 --- a/README.md +++ b/README.md @@ -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 (inclduing primordial chemistry)* There are several core types of microphysics routines hosted here: @@ -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. @@ -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/ From 27b77b7c7030c6ad133e9f9ec261d4f887e4b3e9 Mon Sep 17 00:00:00 2001 From: Piyush Sharda <34922596+psharda@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:43:20 +0200 Subject: [PATCH 2/2] Fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f11a48cf..29f8e3b75 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Microphysics -*A collection of astrophysical microphysics routines for stellar explosions and interstellar medium chemistry (inclduing primordial chemistry)* +*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: