From 94c068d99cb1f108d17f8061eaea4ef67bca3dce Mon Sep 17 00:00:00 2001 From: Zhi Chen Date: Sat, 30 Dec 2023 21:20:25 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44d93a81..a915a6cd 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ The neural network models used in the tutorial examples can be found at– [AIS Detailed guide for installation and tutorials is available on [our documentation website](https://deepflame.deepmodeling.com). ## Features -New in v1.3.0 (2023/12/29): +New in v1.3.0 (2023/12/30): - Complete the full-loop GPU implementation of the `dfLowMachFoam` solver, enabling efficient execution of all computations on GPU -- Introduce `DF-ODENet` model, which utilizes sampling from typical combustion simulation benchmarks to reduce training costs and improve computational efficiency +- Introduce `DF-ODENet` model, which utilizes sampling from canonical combustion simulation configurations to reduce training costs and improve computational efficiency - Support Large Eddy Simulation (LES) and two-phase combustion simulation capabilities - Expand the `flareFGM` table to six dimensions and add support for neural network replacement of certain physical quantities in the new six-dimensional `flareFGM` table - Support multi-GPU and multi-processor execution through the `DeepFGM` neural network interface