Skip to content

Inaccurate fluxes values of MSRE #241

Discussion options

You must be logged in to vote

Hey @saqibhayat556
I tested it myself and found that my instructions didn't work. The issue stems from:

  1. taking a timestep size that is larger than the time it takes for the salt to travel from the bottom to the top of the model (~6.9s)
  2. not scaling the initial condition up by 1e13.

The solver can't converge well under those conditions. Limiting the maximum timestep size to 5 seconds fixes this. Here are the changes I made to the original input file:

diff --git a/tests/twod_axi_coupled/auto_diff_rho.i b/tests/twod_axi_coupled/auto_diff_rho.i
index 319bf613..7f366a77 100644
--- a/tests/twod_axi_coupled/auto_diff_rho.i
+++ b/tests/twod_axi_coupled/auto_diff_rho.i
@@ -1,7 +1,7 @@
 flow_veloc…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@saqibhayat556
Comment options

@smpark7
Comment options

@saqibhayat556
Comment options

@smpark7
Comment options

Answer selected by saqibhayat556
@saqibhayat556
Comment options

@smpark7
Comment options

@saqibhayat556
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants