Skip to content

Commit

Permalink
Merge pull request #513 from pkuLmq/master
Browse files Browse the repository at this point in the history
update ReadMe
  • Loading branch information
maorz1998 authored Aug 22, 2024
2 parents b119aa2 + 1ef356e commit fe30406
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ 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.4 (2024/8/22):
- Reorganize the update order of mass, velocity and temperature for Lagrangian particles and introduce the liquidEvaporationSpalding model as new evaporation model.
- Add source terms for liquid phase in the `dfLowMachFoam` solver
- Incorporate Euler-Lagrangian source terms into the `dfHighSpeedFoam` solver to facilitate numerical simulations of two-phase supersonic reactive flows
- Provide new flux schemes (including HLLC and HLLCP) for `dfHighSpeedFoam` solver (adopted from detonationFoam ) and do some modifications
- Add lagrangianExtraFunctionObjects function (adopted from lagrangianExtraFunctionObjects ) in submodules to write to disk in the old positions file format
- Introduce new cases to evaluate the accuracy of `dfHighSpeedFoam` solver and provide two-phase 1D/2D detonation cases
- Add AUSMDV scheme as new flux scheme for `dfHighSpeedFoam`
- add compatibility of neural network inference for chemical source terms with the Baidu PaddlePaddle framework
- Adjust original examples referring to the modification of solvers
- Add 2D aachenBomb case in test
- Update PaddlePaddle options for DNN model development and inference in document homepage

New in v1.3 (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 canonical combustion simulation configurations to reduce training costs and improve computational efficiency
Expand Down

0 comments on commit fe30406

Please sign in to comment.