Skip to content

Commit

Permalink
Release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Stratford committed Jul 25, 2024
1 parent 2a89574 commit 1765e0f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,23 @@ version 0.22.0
for lattice quantities. This change should be transparent in most
cases. Old "ansi" parallel i/o restart files will no longer work
if the there was more than one output file per step.
See e.g., https://ludwig.epcc.ed.ac.uk/outputs/fluid.html

- In a related change, there is a slight change in the way porous
media files are read at start time. See, e.g.,
https://ludwig.epcc.ed.ac.uk/inputs/porous.html

- Please use "lb_fluctuations" instead of "isothermal_fluctuations"
in the input if you need fluctuations in Navier-Stokes.

- Various code imporvements.
- A lubrication correction between ellipsoids and plane walls has
been added. See https://ludwig.epcc.ed.ac.uk/inputs/walls.html

- There has been a change to the config.mk file which involves the way
the tests are run: only the `"LAUNCH_MPIRUN_CMD` variable is now used.
See https://ludwig.epcc.ed.ac.uk/building/index.html

- Various minor code improvements, and improvements in testing.


version 0.21.0
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define LUDWIG_VERSION_H

#define LUDWIG_MAJOR_VERSION 0
#define LUDWIG_MINOR_VERSION 21
#define LUDWIG_MINOR_VERSION 22
#define LUDWIG_PATCH_VERSION 0

#endif

0 comments on commit 1765e0f

Please sign in to comment.