From ab65e2a7931d3c818e3dbc0bfb63d566c7c90a4d Mon Sep 17 00:00:00 2001 From: pkuLmq <93322416+pkuLmq@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:30:06 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1964aa1d..ef94d809 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Detailed guide for installation and tutorials is available on [our documentation ## Features New in v1.6 (2025/5/30): -- Add a new solver, dfSteadyFoam, a steady-state compressible flow solver. It supports turbulence and uses the flexible PIMPLE algorithm to efficiently compute steady solutions +- Add a new solver, dfSteadyFoam, a steady-state compressible flow solver. It supports turbulence and uses the SIMPLE algorithm to efficiently compute steady solutions - Extend energy model to support sensible enthalpy (hs) in addition to absolute enthalpy (ha) and internal energy (ea). Furthermore, T, h and cp can now be computed independently of Cantera, improving flexibility and removing external dependencies. `CANTERA_THERMO` is added in bashrc to control method to calculate h, cp and update T. `CANTERA_THERMO=1`(current default) means using Cantera and `CANTERA_THERMO=0` means using deepflame. - Improve install.sh by displaying system architecture (e.g., x86_64) after build for clearer platform information - Switch to sphinx-book-theme and update documentation build environment (Ubuntu 24.04, Python 3.12) for better appearance and compatibility