Skip to content

Commit 6a23494

Browse files
committed
Updated changelog for v202202.0
1 parent 7e19540 commit 6a23494

File tree

6 files changed

+26
-5
lines changed

6 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
## [Unreleased]
1010

11+
## [v202202.0] 2022-02-09
12+
13+
### Added
14+
15+
- Added new volume-coupled-diffusion tutorial with FEniCS [#219](https://github.com/precice/tutorials/pull/219).
16+
- Added OpenFOAM case to partiitoned-heat [#223](https://github.com/precice/tutorials/pull/223).
17+
- Added DUNE case to perpendicular-flap [#239](https://github.com/precice/tutorials/pull/239).
18+
- Added FEniCS case to elastic-tube-3d [#223](https://github.com/precice/tutorials/pull/223).
19+
- Added this changelog, describing also changes in previous releases [#225](https://github.com/precice/tutorials/pull/225).
20+
21+
### Changed
22+
23+
- Changed C3D8 elements to C3D8I elements in perpendicular-flap solid-calculix to improve the results [#250](https://github.com/precice/tutorials/pull/250).
24+
- Ported the `visualize.py` script of the partitioned-elastic-beam to Python 3 [#247](https://github.com/precice/tutorials/pull/247).
25+
- Reduced the writing frequency of the partitioned-pipe OpenFOAM cases [#257](https://github.com/precice/tutorials/pull/257).
26+
- Renamed the output directories of all FEniCS cases for consistency [#256](https://github.com/precice/tutorials/pull/257).
27+
- Removed unnecessary (wrong) read statment in `elastic-tube-1d` [#232](https://github.com/precice/tutorials/pull/232).
28+
- Removed unnecessary (relic) OpenFOAM parameter `nMoles` from flow-over-heated-plate cases with OpenFOAM [#234](https://github.com/precice/tutorials/pull/234).
29+
- Removed unnecessary (relic) OpenFOAM parameter `RAS` from the `turbulenceProperties` files of all OpenFOAM cases (we model a laminar flow everywhere and this was confusing) [#258](https://github.com/precice/tutorials/pull/258).
30+
- Removed unnecessary (relic) OpenFOAM files `RASProperties` and `couplingProperties` from elastic-tube-3d [#258](https://github.com/precice/tutorials/pull/258).
31+
- Removed unnecessary (relic) OpenFOAM file `radiationProperties` from heat-exchanger [#258](https://github.com/precice/tutorials/pull/258).
32+
- Removed duplicate default settings from the `fvSchemes` OpenFOAM file of the heat-exchanger [#258](https://github.com/precice/tutorials/pull/258).
33+
- Removed unnecessary (relic) fields and inaccurate copyright notices from the headers of several OpenFOAM files [#258](https://github.com/precice/tutorials/pull/258).
34+
- Adjusted the formatting in several OpenFOAM files [#258](https://github.com/precice/tutorials/pull/258).
35+
- Changed the versioning scheme from `<yearmonth>.<minor>.<bugfix>` to `<yearmonth>.<bugfix>`.
36+
1137
## [v202104.1.1] 2021-05-02
1238

1339
### Changed

changelog-entries/219.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog-entries/223.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog-entries/225.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog-entries/232.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog-entries/234.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)