You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,19 @@ The neural network models used in the tutorial examples can be found at– [AIS
27
27
Detailed guide for installation and tutorials is available on [our documentation website](https://deepflame.deepmodeling.com).
28
28
29
29
## 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
+
30
43
New in v1.3 (2023/12/30):
31
44
- Complete the full-loop GPU implementation of the `dfLowMachFoam` solver, enabling efficient execution of all computations on GPU
32
45
- Introduce `DF-ODENet` model, which utilizes sampling from canonical combustion simulation configurations to reduce training costs and improve computational efficiency
0 commit comments