-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of flow direction for dynamic flow rates
If dynamic flow rates were enabled, the column velocity (which is used to determine the flow direction if the cross section area is also provided) was not taken into account. `_curVelocity` was correct in the call to `residual()` after `notifyDiscontinuousSectionTransition()`. However, it was overwritten in subsequent calls to `residual()` which happened almost instantly (in terms of time) if dynamic flow rates are configured.
- Loading branch information
1 parent
1a1c60a
commit 2e0af62
Showing
4 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters