From d8063e0c1bb9528fcf36d655f5002a82dc1958ad Mon Sep 17 00:00:00 2001 From: Bruce Perry Date: Fri, 20 Sep 2024 13:10:26 -0600 Subject: [PATCH] fux typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f16f54d2b..67dc3685d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ PelePhysics contains C++ source code for the following physics and other modules * *Reactions*: Routines for substepped integration of stiff chemical systems, including with CVODE * *Spray*: Lagrangian spray droplet library, formerly part of [PeleMP](https://github.com/AMReX-Combustion/PeleMP) * *Soot*: An implementation of the Hybrid Method of Moments soot model, formerly part of [PeleMP](https://github.com/AMReX-Combustion/PeleMP) -* *Radiation*: Raidative heat transfer model based on the spherical harmonics method, formerly [PeleRad](https://github.com/AMReX-Combustion/PeleRad) +* *Radiation*: Radiative heat transfer model based on the spherical harmonics method, formerly [PeleRad](https://github.com/AMReX-Combustion/PeleRad) * *Utility*: Several handy modules for data management across other Pele codes Additionally, PelePhysics contains a variety of stand-alone tools to aid in Pele simulation workflows, found in the `Support` directory.