Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 2.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  1. CHANGELOG.md by @fschuch.
  2. Xdmf writer included back, making easy to visualize the binary fields in other tools, by @fschuch.
  3. Sandbox flow configuration (BC-Sandbox.f90), by @fschuch.
  4. Immersed boundary method for Scalar field(s), together with a new Lagrangian Interpolator for no-flux BC at solid/fluid interface, by @fschuch.
  5. Module Probes (tools.f90), so now it can be used for any flow configuration, by @fschuch.

Changed

  1. Enumeration, directory structure and filename format for binary outputs by @fschuch, details in #3.
  2. Subroutine read_geomcomplex genepsi3d.f90 was modified ir order to be compatible with the new xcompact3d_toolbox, by @fschuch.
  3. README was recovered from previous public repository, by @fschuch.
  4. CI changed from Travis to GitHub actions, by @fschuch.

Removed

  1. subroutine VISU_PRE (visu.f90) is obsolete, since pressure is written at subroutine write_snapshot (visu.f90), by @fschuch.

Fixed

  1. Calling write_snapshot and postprocess_case for itime=0, by @fschuch.
  2. #2 Lock-exchange configuration does not work when ilmn = .False., by @fschuch.
  3. #4 Wrong derivative routine (and Boundary Conditions) for scalar field, by @fschuch.
  4. #6 Not computing gravitational term, by @fschuch.