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
toifx
(#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
withFCOMP=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