Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@p-costa p-costa released this 30 Jan 16:16
· 6 commits to main since this release
1327244

Summary

Among some improvements and bugfixes, these release features some significant changes:

  • Implicit Z diffusion runs will perform very efficiently for XZ or YZ slab decompositions (#136, #148)
  • Possibility to prescribe a fixed time step in the input file (#139)
  • Build approach changed slightly to avoid tracking files with git that are supposed to be edited (#138)
  • One can set iout?d to 0 in the input file for no output (#128)
  • Default Intel compiler changed from ifort to ifx (#146)

What's Changed

  • Updated cuDecomp submodule. by @p-costa in #118
  • Updated GH actions CI version. by @p-costa in #119
  • 3D Antuono vortex initial field. by @gianlupo in #123
  • Fixes possible race condition. by @p-costa in #124
  • Allow setting iout?d to 0 for no output. by @soaringxmc in #128
  • Remove masking of output of coarsened field. by @p-costa in #130
  • Fixed issue in .xmf file geneartor. by @p-costa in #131
  • Reorder initial conditions for consistency. by @p-costa in #134
  • Updated cuDecomp submodule. by @p-costa in #143
  • Use ifx with FCOMP=INTEL. by @p-costa in #146
  • Discern top and bottom boundaries in wall shear stress calculation. by @p-costa in #142
  • Added option to prescribe constant time step size. by @p-costa in #139
  • Account for special case of non-decompozed z directions. by @p-costa in #136
  • Compile to build/ directory and do not track config files. by @p-costa in #138
  • Fixed bug for z-pencils with z-implicit diffusion on CPUs. by @p-costa in #148

Full Changelog: v2.3.4...v2.4.0