Skip to content

Release 3.3.0

Compare
Choose a tag to compare
@pnizenkov pnizenkov released this 12 Aug 21:17
· 260 commits to master since this release

Documentation/Tools/Regression testing

  • CMake: Added WORKING_DIRECTORY parameter to EXECUTE_PROCESS for git commands to ensure the execution in the source folder [f5ddae4]
  • Documentation: Updated the Regression Testing chapter in the developer guide [268255e]
  • AppImage: Added new executables for Bhatnagar-Gross-Krook (BGK) and Fokker-Planck (FP) methods. Updated the compilation from glibc 2.17 to glibc 2.28 [9b09c79]
  • Tools: Added update command line argument for InstallHOPR.sh [0442656,e2eec9ce]
  • CMake: Added self-built PETSc as part of the PICLas compilation [20fca0a]

Features

  • Sampling of pressure tensor and heatflux within the flow field [7362da2]
  • Extension of the Poisson HDG solver to support 2D and axisymmetric simulations [23b2eb3]

Improvements

  • Shift element metrics along space filling curve instead of recalculation during load balance [d372cb1]

Fixes

  • Fixed a bug and the corresponding sanity check for the probability-based chemistry model, where all reactions of the impacting species were tested regardless of the current BC [21f7a38]
  • Fixed a bug in axisymmetric 2D tracking for almost zero ny vector [b9cc33b]
  • Fixed a bug in piclas2vtk with inner BCs and nSurfSample > 1 [6d32fea,09137d1c]