Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Release version 1.0.0

Compare
Choose a tag to compare
@esclapez esclapez released this 16 Jan 09:20
· 99 commits to development since this release
e803f3f

This is the first official GitHub release of PeleLM.

Major changes:

  • Implementation of Embedded Boundary (EB) method to represent geometry
  • The enthalpy equation now involves deltaT iterative solve for the diffusion
    and the advection term uses rhoH face states reconstructed from extrapolated
    species and tempeture.
  • Code kernels moved from F90 to C++ in order to port PeleLM to MPI+CUDA

Minor changes (probably incomplete for this release):

  • Bug fix on the FluxRegisters and MacSync
  • Re-working the wbar term as a runtime option and bug fix
  • Some LES capabilities are inherited from changes in IAMR (for velocity only)
  • Corrections and improvements of the documentation
  • Addition of two complete tutorials: Flow Past Cylinder (EB) and Triple Flame
  • Implementation of GitHub Actions CI testing compilation/execution on the development branch

Dependencies stable #

  • PelePhysics : 8730cebf03
  • IAMR : 09c3848b20
  • AMReX : 889af2f8a8