Skip to content

Releases: vvflow/vvflow

v2.4.0

24 Mar 20:44

Choose a tag to compare

Fixed

  • Fix diffusion velocity formula. It eliminates outlying vortices and spikes (noise) in resulting forces.

Changed

  • Significantly refactor command-line UX and update README.

  • Merge vvcompose functionality with vvflow. The symlink is preserved for the compatibility.

  • Remove obsolete vvgen script. Its functions are performed by vvflow.

  • Add gpquick --size option for adjusting image size.

  • Write gpquick resulting image to the --output file instead of stdout.

  • Add gpquick --dump-script option which prints the gnuplot sctipt to stdout.

  • Revise manpages man vvflow, man vvxtract, man vvplot.

  • Provide --help option for all commands in addition to manpages.

v2.3.0

28 May 23:13

Choose a tag to compare

Added

  • vvplot --eps option for fine-tuning streamlines, vorticity and
    pressure fields smoothing factor.

Fixed

  • Building instructions.
  • Compilation errors with GCC 13.

v2.2.2

18 Aug 22:56

Choose a tag to compare

Added

  • Savonius shape generation for vvcompose.
  • Binary packages for ubuntu jammy (22.04).

v2.2.1

18 Feb 01:04

Choose a tag to compare

Fixed

  • Upload packages for ubuntu focal and groovy.
  • Revise the readme.

v2.2.0

07 Jan 20:16

Choose a tag to compare

Added

  • New vvplot option -U for plotting a velocity field.
  • New vvplot option --load-field for plotting side-prcessed fields.

Changed

  • Replace libmatheval processor with Lua.
  • Build (almost) all third-party libraries statically.
  • Move CI from Bitbucket to the GitHub.
  • Replace googletest testing framework with cppunit.

Fixed

  • Segmentation fault in vvplot due to stack-use-after-scope bug.