Skip to content

Commit fe30406

Browse files
authored
Merge pull request #513 from pkuLmq/master
update ReadMe
2 parents b119aa2 + 1ef356e commit fe30406

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@ The neural network models used in the tutorial examples can be found at– [AIS
2727
Detailed guide for installation and tutorials is available on [our documentation website](https://deepflame.deepmodeling.com).
2828

2929
## Features
30+
New in v1.4 (2024/8/22):
31+
- Reorganize the update order of mass, velocity and temperature for Lagrangian particles and introduce the liquidEvaporationSpalding model as new evaporation model.
32+
- Add source terms for liquid phase in the `dfLowMachFoam` solver
33+
- Incorporate Euler-Lagrangian source terms into the `dfHighSpeedFoam` solver to facilitate numerical simulations of two-phase supersonic reactive flows
34+
- Provide new flux schemes (including HLLC and HLLCP) for `dfHighSpeedFoam` solver (adopted from detonationFoam ) and do some modifications
35+
- Add lagrangianExtraFunctionObjects function (adopted from lagrangianExtraFunctionObjects ) in submodules to write to disk in the old positions file format
36+
- Introduce new cases to evaluate the accuracy of `dfHighSpeedFoam` solver and provide two-phase 1D/2D detonation cases
37+
- Add AUSMDV scheme as new flux scheme for `dfHighSpeedFoam`
38+
- add compatibility of neural network inference for chemical source terms with the Baidu PaddlePaddle framework
39+
- Adjust original examples referring to the modification of solvers
40+
- Add 2D aachenBomb case in test
41+
- Update PaddlePaddle options for DNN model development and inference in document homepage
42+
3043
New in v1.3 (2023/12/30):
3144
- Complete the full-loop GPU implementation of the `dfLowMachFoam` solver, enabling efficient execution of all computations on GPU
3245
- Introduce `DF-ODENet` model, which utilizes sampling from canonical combustion simulation configurations to reduce training costs and improve computational efficiency

0 commit comments

Comments
 (0)