Features
- provide a new boundary condition, totalFlowRateAdvectiveDiffusion (adopted from OpenFOAM v7), which accounts for diffusion effects at the boundary by @maorz1998 in #524
- develop a new solver, dfBuoyancyFoam (adopted from fireFoam), a transient, compressible solver designed to model turbulent reacting flows while incorporating buoyancy effects by @chenzhenyi-123 in #539
- add new combustion models (including infinitelyFastChemistry and eddyDissipationModel) to the dfBuoyancyFoam solver by @chenzhenyi-123 in #538
- add radiation models by @chenzhenyi-123 in #536 and #540, which are integrated into the current dfBuoyancyFoam solver and can be incorporated into other solvers if needed
- imply DeepFlame on Arm architecture platforms by @seeudong in #541, details can be found in README
Bug Fix and Improvements
Full Changelog: v1.4.0...v1.5.0