Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Feb 8, 2024
1 parent b6e860a commit 1cbe5a5
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Adapter.C
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ preciceAdapter::Adapter::Adapter(const Time& runTime, const fvMesh& mesh)
: runTime_(runTime),
mesh_(mesh)
{
adapterInfo("Loaded the OpenFOAM-preCICE adapter - v1.2.3 + unreleased changes.", "info");
adapterInfo("Loaded the OpenFOAM-preCICE adapter - v2.0.0.", "info");

return;
}
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ Read more details in the issue [#52: Releases and versioning](https://github.com

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

## [v2.0.0] 2024-02-08

### Added

- Added a locationType for volume coupling and implemented the respective functionality (over all internal fields) for Pressure and Velocity (FF) and Temperature (FF) [#255](https://github.com/precice/openfoam-adapter/pull/255).
- Added volume coupling over one or multiple domain regions specified by OpenFOAM cellSets (for Pressure and Velocity (FF) and Temperature (FF))[#270](https://github.com/precice/openfoam-adapter/pull/270).
- Added phase variable and flux coupling for interFOAM in the FF module [#308](https://github.com/precice/openfoam-adapter/pull/308).
- Added custom inletOutlet boundary conditions for pressure and velocity to the FF module [#281](https://github.com/precice/openfoam-adapter/pull/281).
- Temperature and temperature gradient as coupling data to the FF module [#281](https://github.com/precice/openfoam-adapter/pull/281).
- Added option to write velocity that is corrected by the face flux `phi` [#281](https://github.com/precice/openfoam-adapter/pull/281).
- Added citing guidelines, referring to the [new reference article at the OpenFOAM Journal](https://doi.org/10.51560/ofj.v3.88). [#287](https://github.com/precice/openfoam-adapter/pull/287)

### Changed

- Ported the adapter to preCICE v3. The adapter is not compatible with v2 anymore. [#285](https://github.com/precice/openfoam-adapter/pull/285).
- Changed the default OpenFOAM version to v2306 in the documentation and CI
- Changed the way mesh connectivity (face triangles) are provided to preCICE, adapting to preCICE v3 [#297](https://github.com/precice/openfoam-adapter/pull/297).
- Merged `initializeData` into `initialize` [#262](https://github.com/precice/openfoam-adapter/pull/262).
- Renamed the `adjustSolverTimeStep()` method to `adjustSolverTimeStepAndReadData()`, changing the behavior to always read data at the determined time step size [#298](https://github.com/precice/openfoam-adapter/pull/298).
- The Build CI workflow now relies on the setup-precice-action to install preCICE [#299](https://github.com/precice/openfoam-adapter/pull/299).
- Reduced building time by grouping together compilation units of each module [#301](https://github.com/precice/openfoam-adapter/pull/301).

## [v1.2.3] 2023-06-14

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions changelog-entries/281.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 1cbe5a5

Please sign in to comment.