forked from idaholab/moose
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Robustify Rayleigh Bernard two phase test
Refs failures from the combination of idaholab#26462 and idaholab#26227 To avoid negative viscosity interpolations I shrank the growth factor from 2 to 1.5. Once I did this I got a CSVDiff which signaled to me that the original result was solved to too loose a tolerance. So I removed the steady state detection, which has potential issues with it (see idaholab#26312), and extended the `end_time` until we hit a fairly tight absolute tolerance
- Loading branch information
1 parent
81999bb
commit 0c97692
Showing
2 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.../test/tests/finite_volume/two_phase/mixture_model/gold/rayleigh-bernard-two-phase_CSV.csv
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
time,average_void,max_drag_coefficient,max_x_slip_velocity,max_x_velocity,max_y_slip_velocity,max_y_velocity,min_x_velocity,min_y_velocity | ||
2097.663,0.58378794122993,1.2036091618704,0.0089812524979983,0.12307439685091,0.0092959518687844,0.20305056360613,-0.12307439685089,-0.19525139046703 | ||
100000000,0.58378794782072,1.2036091677715,0.0089812664767032,0.1230743501087,0.0092959788633406,0.20305059272475,-0.12307435004431,-0.19525139487663 |
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