Features
- reorganize the update order of mass, velocity and temperature for Lagrangian particles and introduce the liquidEvaporationSpalding model as new evaporation model by @pkuLmq in #504
- add source terms for liquid phase in the dfLowMachFoam solver by @pkuLmq in #506
- incorporate Euler-Lagrangian source terms into the dfHighSpeedFoam solver by @pkuLmq in #510 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 @pkuLmq in #510
- add lagrangianExtraFunctionObjects function (adopted from lagrangianExtraFunctionObjects ) in submodules to write to disk in the old
positions
file format by @pkuLmq in #511 - introduce new cases to evaluate the accuracy of dfHighSpeedFoam solver and provide two-phase 1D/2D detonation cases by @pkuLmq in #510
- add AUSMDV scheme as new flux scheme by @risinyoung in #512
- add compatibility of neural network inference for chemical source terms with the Baidu PaddlePaddle framework by @BiteBytePKU in #500
Bug Fix and Improvements
- adjust original examples referring to the modification of solvers
Build Test
Document
- update PaddlePaddle options for DNN model development and inference in document homepage by @xiao312 in #501
Full Changelog: v1.3.0...v1.4.0