Skip to content

Commit 234c550

Browse files
authored
Merge pull request deepmodeling#561 from pkuLmq/master
update README
2 parents 8e5a1c5 + ecc08e5 commit 234c550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Detailed guide for installation and tutorials is available on [our documentation
2929
## Features
3030
New in v1.6 (2025/5/30):
3131
- 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
32-
- Extend energy model to support sensible enthalpy (hs) in addition to absolute enthalpy (ha) and internal energy (ea). Temperature can now be computed independently of Cantera via in-code Newton iteration, improving flexibility and removing external dependencies
32+
- 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.
3333
- Improve install.sh by displaying system architecture (e.g., x86_64) after build for clearer platform information
3434
- Switch to sphinx-book-theme and update documentation build environment (Ubuntu 24.04, Python 3.12) for better appearance and compatibility
3535
- Add 2D Riemann problem example case

0 commit comments

Comments
 (0)