Skip to content

Commit

Permalink
Fix CFD-DEM restart (#1028)
Browse files Browse the repository at this point in the history
Description of the problem
CFD-DEM restarts were not working properly, leading a wrong value of the residual when restarting. This is due to the fact that the void fraction was being re-initialized when restarting when it should not.

Description of the solution
Remove void fraction reinit.

How Has This Been Tested?
One existing test has been modified to account for this change.
  • Loading branch information
blaisb authored Feb 10, 2024
1 parent bf38db3 commit 58d74d5
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 69 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to the Lethe project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Master] - 2024-02-09

### Fixed

- MAJOR Restarts using lethe-fluid-particles with "void fraction time derivative = true" would be incoherent because the void fraction was reinitialized when restarting, leading to a wrong time derivative of the void fraction. This has been patched.

## [Master] - 2024-01-31

### Changed
Expand Down
Loading

0 comments on commit 58d74d5

Please sign in to comment.