Skip to content

Commit

Permalink
Prepare Changelog for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Nov 14, 2022
1 parent 552c882 commit 677c263
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 11 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,27 @@ Read more details in the issue [#52: Releases and versioning](https://github.com

<!-- markdownlint-configure-file {"MD024": { "siblings_only": true } } -->

## [Unreleased]
## [v1.2.0] 2022-11-14

### Added

- Added support for a restart from the initial undeformed interface mesh for Fluid solvers in FSI simulations [#224](https://github.com/precice/openfoam-adapter/pull/224).
- Added functionality to allow use of solids4foam with the OpenFOAM adapter
- Enabled mesh motion solvers that do not register a pointDisplacement field (such as the RBFMeshMotionSolver from solids4foam) to work with the adapter [#241](https://github.com/precice/openfoam-adapter/pull/241)
- Added a warning for trying to build without pkg-config being available and more suggestions for possible problems [#220](https://github.com/precice/openfoam-adapter/pull/220).
- Added more documentation, specifically for configuring the FF module. [#254](https://github.com/precice/openfoam-adapter/pull/254)

### Changed

- Removed the default `-j 4` option from the wmake command. Instead, documented the `WM_NCOMPPROCS` option of OpenFOAM. [#244](https://github.com/precice/openfoam-adapter/pull/244)
- Changed virtual function declarations to explicitly define one (only) of virtual/override/final. If you need to extend a method marked as `final`, please report. [#245](https://github.com/precice/openfoam-adapter/pull/245)
- Changed the xy-plane error to a warning, to support 2D axisymmetric cases. [#246](https://github.com/precice/openfoam-adapter/pull/246)
- OpenFOAM version bumped to v2206 in GitHub Actions (including preCICE v2.3.0 --> v2.4.0) and documentation [#230](https://github.com/precice/openfoam-adapter/pull/230).

### Removed

- Removed the (deprecated since preCICE v2.5.0) call to isReadDataAvailable. [#247](https://github.com/precice/openfoam-adapter/pull/247)

## [v1.1.0] 2022-02-08

### Added
Expand Down
1 change: 0 additions & 1 deletion changelog-entries/220.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog-entries/224.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog-entries/230.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog-entries/236.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog-entries/241.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog-entries/244.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog-entries/245.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog-entries/246.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog-entries/247.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog-entries/254.md

This file was deleted.

0 comments on commit 677c263

Please sign in to comment.